Hacker News new | ask | show | jobs
by cryptonector 3320 days ago
Note that the LMDB approach, and especially if you want MDB_FIXEDMAP, limits DB size to the largest mmap()ing you can get at a fixed location. That's not good in a world of 48-bit address spaces.
1 comments

Practically it's even less than 47 bits. :) But sure, know your limits.
Yes, I know :)