General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
D K
ByteByteGo
comments
Comments by "D K" (@DK-ox7ze) on "8 Key Data Structures That Power Modern Databases" video.
It will be great if you can come up with a video which maps use cases to DBs. Like which type of DB is best suited for which use cases? Covering popular DBs like RDBMS, Document DB, Key value, Column family DBs, colum oriented DBs, Map reduce, and so on.
32
@faroukfaiz8396 Yes but it doesn't cover which database to choose for which scenario. He has only outlined the pros and cons of migrating to a new db
8
Redis is a key value DB, so Hash index makes perfect sense. But I am wondering why Skip list is used in it?
1
@sansmoraxz Why is sorting required when we can access key values in O(1) time?
1
@krajekdev The values associated with a key are user defined, so it's up to the user to choose what data structure it wants in the key's value. Why should Redis dictate that?
1