Files
perfdb/data-store
Andreas Huber 8579974051 performance improvement
Queries like "firstname=John and lastname=???" were slightly
inefficient.
They fetched all firstnames, filtered to those that matched the prefix
(e.g. John or Jonathan is this example) and then iterated over all those
values and return the lastnames.
Fixed by having two implementations. One for the case that only a few
of the values in fieldA match and one for the case that many match.
2019-08-31 19:30:54 +02:00
..
2019-08-31 19:30:54 +02:00
2017-04-16 09:07:28 +02:00
2018-11-20 19:13:59 +01:00