
NoSQL and RavenDB - JSJ 530
JavaScript Jabber
00:00
Scaling a Data Base?
The raven data base is sort of a self optimizing data base. It watches what queries you're making, and then it'll create the indices for you. There's lots of like internal reconfiguration happening as you use so for example, if you are running raving the bone machine, where memory is larger than the data set, it will bring up whole data setin to the memory,. And it will serve your queries from the memory. If e data bas detects that indexes are overlapping, some of them, which are obsolete, will be automatically imoved, and your queries will sill be served.
Play episode from 10:32
Transcript


