cursusdb / cursusdb

CursusDB is an open-source distributed in-memory yet persisted document oriented database system with real time capabilities.

Home Page:https://cursusdb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Under what circumstances should CursusDB database be applied?

lidbas opened this issue · comments

Under what circumstances should CursusDB database be applied?

If you require a database with real time capabilities and distribution CursusDB is one of the easiest to configure and get going with. CursusDB can also be used as a normal NoSQL database like MongoDB but easy to setup, use, and scale :) @lidbas

Mongodb has good support for big data, how about CursusDB's support for big data, for example: 50 million data?

Hey @lidbas CursusDB handles big data very well as it's distributed by nature. Say you have 1 posts collection, this collection is spread across many configured nodes. 1 node can handle millions of documents depending on document size and node resource.

I usually cap my nodes at 2-10GB memory. CursusDB defaults to a cap of 10GB memory for each node. Can be configured. 10GB is millions of documents again depending on size.

Great! salute