This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
List of improvements on the nested field post v0.27.0 RC0 #488
Labels
enhancement
New feature or request
performance
Related to the performance in term of search/indexation speed or RAM/CPU/Disk consumption
Originally posted by @Kerollmops in Nested fields #458 (comment)
smartstring
crate to store the primary key in the transform. => It should improve the performance but more importantly: it'll reduce memory consumption. Use smartstring to store the external id in our hashmap #493oxidized-json-checker
that measure the « depth » in the value (actually it's not the depth because we can have 0 object and 1 array). Maybe we could even create something even easier and faster. Only flatten the required objects #494flatten-serde-json
crate works with obkv directlybumpalo
to make all the small allocations a lot faster when we flatten document and reuse the same buffer between each loops (basically what we're doing with the obkv currently)The text was updated successfully, but these errors were encountered: