Closed imabdulbasit closed 5 months ago
Closes https://github.com/EspressoSystems/hotshot-query-service/issues/569
Individual queries combined with a UNION operation are significantly faster and less expensive to execute compared to queries using the LTREE operation.
src/data_source/storage/sql.rs
Closes https://github.com/EspressoSystems/hotshot-query-service/issues/569
This PR:
Individual queries combined with a UNION operation are significantly faster and less expensive to execute compared to queries using the LTREE operation.
This PR does not:
Key places to review:
src/data_source/storage/sql.rs