kuzudb / kuzu

Embeddable property graph database management system built for query speed and scalability. Implements Cypher.
https://kuzudb.com/
MIT License
1.07k stars 77 forks source link

Don't reload hash index after copy #3377

Closed benjaminwinger closed 3 weeks ago

benjaminwinger commented 3 weeks ago

This turned out to be relatively simple, and saves roughly 12% on the first copy test from #2938 (~4.8s to ~4.2s). What's more complicated is removing createEmptyHashIndexFiles (which I'd first tried to do at the same time).