Y
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
nuopnu
3320 days ago
Practically it's even less than 47 bits. :) But sure, know your limits.
link
cryptonector
3320 days ago
Yes, I know :)
link