1
vote
1answer
102 views

Switching to NoSQL for native JSON use?

I am rather comfortable writing concrete schemas with explicit primary keys, foreign keys, indexes, views and stored procedures. For queuing I use a NoSQL solution called: Redis. Recently I heard a ...
2
votes
4answers
368 views

Advice on choosing a really fast DBMS

I am working on a project that does real-time monitoring of data being transmitted, and logs if there are any of the various type of errors, etc. The CRUD operations are real-time. We initially ...
5
votes
3answers
1k views

Database suggestion for a social network/ knowledge base community?

I am looking into various database types and DBMS's for a new project I am wanting to start in the summer. I have built systems in MySQL and postgreSQL , now I am wanting to expand my knowledge and ...
1
vote
1answer
287 views

Fastest key-value store for random disk reads?

I want a key-value store, with records stored on disk. (There are too many for memory.) I want to use a single machine. What key-value store will provide the fastest random reads (off disk)?