![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all, I am looking for fast and reliable database (must be open source) which is capable of handling millions of rows. It must be fast with queries. Basically I need only simple read and write, but with very, very fast reading capabilities. Thank You, Adnan Selimovic. |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Vague answer to a vague question: |
|
look at MySQL and the underlying storage engine options. |
|
But for speed, raw files are faster than RDBMS. |
#5
| |||
| |||
|
#6
| |||
| |||
|
#7
| |||
| |||
|
|
Hi all, I am looking for fast and reliable database (must be open source) which is capable of handling millions of rows. It must be fast with queries. Basically I need only simple read and write, but with very, very fast reading capabilities. Maybe Oracle Berkeley DB will meet your needs |
#8
| |||
| |||
|
|
Thank you all for answering. I think mySQL is not solution in my case. Currently I am using mySQL and its pretty slow. I have tables with millions of rows and up to 10 columns (sensor data are updated every 2 min and are inserted in table). I do not need SQL only simple read and write. Maybe something column based or so. Sorry for fuzzy question. ![]() |
#9
| |||
| |||
|
|
I have tables with millions of rows and up to 10 columns (sensor data are updated every 2 min and are inserted in table). I do not need SQL only simple read and write. Maybe something column based or so. |
![]() |
| Thread Tools | |
| Display Modes | |
| |