use custom packing for indexable data: PackedEvent

This commit is contained in:
Doug Hoyte
2024-08-29 20:18:05 -04:00
parent 3905f84ec8
commit 058c97f856
18 changed files with 212 additions and 208 deletions

View File

@ -266,7 +266,7 @@ struct DBScan : NonCopyable {
} else {
approxWork += 10;
auto view = env.lookup_Event(txn, levId);
if (view && f.doesMatch(view->flat_nested())) doSend = true;
if (view && f.doesMatch(PackedEventView(view->packed()))) doSend = true;
}
if (doSend) {