Commit Graph

9 Commits

Author SHA1 Message Date
12a39fd5e6 don't use flatbuffers for Event index table (make it opaque) 2024-08-30 17:39:16 -04:00
77b208e837 remove prefix matching for ids and authors filter fields
- this also fixes https://github.com/hoytech/strfry/issues/109
2024-08-30 15:56:41 -04:00
61781f351f use custom packing for indexable data: PackedEvent 2024-08-29 20:18:05 -04:00
c23b10e1d2 fix 'unable to lookup event by levId' crash
This happened when a non-indexOnly scan was paused and then one of the buffered levIds was deleted or replaced before the scan resumed
2023-09-04 15:44:35 -04:00
206b14a473 sync optimisations, DBQuery no longer loads eventPayload
- It is now up to the caller to do so
- QueryScheduler now can optionally not bother to ensure that the events are fresh
2023-07-29 01:14:38 -04:00
2c6852ecf9 bugfix for when limit=0 2023-06-05 11:37:55 -04:00
e2816f6bd5 foreachByFilter feature 2023-06-05 11:37:55 -04:00
6218ca3334 bugfix: don't crash if we can't load an event that was deleted while a DBQuery scan was paused 2023-02-27 06:41:50 -05:00
5175664e2f fix query behaviour when limit is present (reported by @Mazin) 2023-02-25 00:03:59 -05:00