Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ddorian43
on Oct 19, 2015
|
parent
|
context
|
favorite
| on:
MariaDB 10.1 can do 1M queries per second
Column store separates each column into separate file, while this stores the row in the index and does block compression of rows (most high level).
Column stores are only good for big reads and big inserts.
mtanski
on Oct 19, 2015
[–]
sequential (clustered) reads and primary append writes
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Column stores are only good for big reads and big inserts.