|
|
|
|
|
by mkaufmann
4516 days ago
|
|
On a related note there is a recently published paper exploring how to load CSV data into a database efficiently[1]. The authors get a loading throughput (including index creation!) of over 1.5 GB/S with multithreading. They don't seem to do any dirty tricks when loading the data as they immediately can run hundreds of thousands of queries per second on the data. There also seem to be more interesting papers on the research project page http://www.hyper-db.de/index.html [1] "Instant Loading for Main Memory Databases" http://www.vldb.org/pvldb/vol6/p1702-muehlbauer.pdf |
|