An mmap-based hash table optimization
mmap is a controversial topic among the database community. The common belief is that it's no good for a database, but in my experience, it does a decent job for an analytical database, when you want to scan columns stored in a column-oriented format...
Jun 1, 20242 min read1.4K

