|
|
|
|
|
by compumike
298 days ago
|
|
PostgreSQL defaults to: "fsync = ON" and "synchronous_commit = ON". ClickHouse defaults to: "fsync_after_insert = false". A more fair comparison might at least do "SET synchronous_commit TO OFF" on the PostgreSQL side. (But for this UPDATE benchmark, I think the results would still largely be the same.) |
|