Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDB indexing performance x3 lower compared to PgDB #2

Open
urtho opened this issue Jan 24, 2024 · 0 comments
Open

CDB indexing performance x3 lower compared to PgDB #2

urtho opened this issue Jan 24, 2024 · 0 comments

Comments

@urtho
Copy link

urtho commented Jan 24, 2024

I tried optimizing CDB and underlying ext4 but still indexing a round to CockroachDB takes x3 compared to PostgreSQL.

Postgres:

{"__type":"Conduit","_name":"main","level":"info","msg":"FINISHED Pipeline round r=35494258 (1110 txn) exported in 370.316375ms","time":"2024-01-24T09:31:15.821575315Z"}
{"__type":"Conduit","_name":"main","level":"info","msg":"FINISHED Pipeline round r=35494259 (1144 txn) exported in 655.002598ms","time":"2024-01-24T09:31:18.986001274Z"}
{"__type":"Conduit","_name":"main","level":"info","msg":"FINISHED Pipeline round r=35494260 (1077 txn) exported in 360.993149ms","time":"2024-01-24T09:31:21.545702223Z"}

CockroachDB:

{"__type":"Conduit","_name":"main","level":"info","msg":"FINISHED Pipeline round r=35494258 (1110 txn) exported in 1.510760827s","time":"2024-01-24T11:38:02.009128255Z"}
{"__type":"Conduit","_name":"main","level":"info","msg":"FINISHED Pipeline round r=35494259 (1144 txn) exported in 1.545093518s","time":"2024-01-24T11:38:03.5545641Z"}
{"__type":"Conduit","_name":"main","level":"info","msg":"FINISHED Pipeline round r=35494260 (1077 txn) exported in 1.462953122s","time":"2024-01-24T11:38:05.017789308Z"}

It this only me or this is how CockroachDB is and in return we get unlimited read scalability ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant