|
|
|
|
|
by nemothekid
687 days ago
|
|
When I started my dev career, NoSQL was the rage and I remember reading about BigTable, Cassandra, Dynamo, and most importantly LSMs. They made a big deal about how the data on stored on disk was sorted. I never knew why this was a big deal but always kept it in mind, but I never bothered to understand how it was done previously. >Something really important about tables which isn’t obvious at first is that, even though they might have sequential primary keys, tables are not ordered. This was very surprising to read. |
|