Database with great read performance
Posted
by mscava
on Stack Overflow
See other posts from Stack Overflow
or by mscava
Published on 2010-03-02T18:45:18Z
Indexed on
2010/03/11
19:04 UTC
Read the original article
Hit count: 144
database
I have 10 tables from which 4 contain each up to million rows. All values are inserted at once, and afterwards I only read the data many times. I am searching for a database that would perform greatly when it comes to selecting, joining or other reading etc.
What is the most recommended option?
© Stack Overflow or respective owner