RE: Why Isn't HAF Used More?

avatar

You are viewing a single comment's thread:

why can't I "get" one of my posts from 3 months ago and I have to scroll back through all the history?

You can (check the 'start' parameter) but you'd have to know the index number.

My guess is it was designed like that for scalability. At the end of the day, every table is just a list in memory and the more keys, the more tables, more memory.

HIVE Engine allows it (noSQL style) and it seems to work ok, too.



0
0
0.000
3 comments
avatar

You can (check the 'start' parameter) but you'd have to know the index number.

That index doesn't help with searches much. But I understand the limitations. Rocks DB uses RAM, not disk on Hive nodes, right? Or it's an option that can be set?

0
0
0.000
avatar

Rocks DB uses RAM, not disk on Hive nodes, right?

That's the part I don't understand all that well...
It clearly can't use only RAM, as it's in the TerraBytes for a 'full-node'.
You can manipulate where what is stored on OS level, I guess...
I remember using something like RAMdisk... But I just copied that and never understood how the OS deals with this stuff in the background.

0
0
0.000