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

Remove size requirements for the in memory hash index #3373

Closed benjaminwinger closed 2 weeks ago

benjaminwinger commented 3 weeks ago

Performance is comparable, but slightly worse than before. I tried storing the hashes in the in memory index to avoid re-computing them, but that made things worse for integer keys (though better for long string keys).