BenchmarkAnything-Storage-Backend-SQL
view release on metacpan or search on metacpan
lib/BenchmarkAnything/Storage/Backend/SQL.pm view on Meta::CPAN
=head3 Index
When C<index_single_added_values_immediately> is set, every single
added entry is fetched right after insert (to get all transformations
and added metadata) and sent to elasticsearch for index.
Please note, this immediate indexing adds an overhead to insert
time. You could as well switch-off this setting and take care of
indexing the data at another time. Then again, for instance the
C<::Frontend::HTTP> already takes care of bulk-adding new data
asynchronously, so the overhead should be hidden in there, so just
switch-on the feature and don't worry too much.
=head3 Search
When C<enable_query> is set, the BenchmarkAnything queries are
transformed into corresponding Elasticsearch queries, sent to
Elastisearch, and the result is taken directly from its answers.
=head1 AUTHOR
( run in 0.228 second using v1.01-cache-2.11-cpan-0d8aa00de5b )