You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2020. It is now read-only.
Hi all,
My team use Apache cassandra and cassandra-lucene-indexing for production.
Before, we use Apache Cassandra lucene 3.7.0 and cassandra-lucene-indexing 3.7.0. It was good, no problems performance.
After, we upgrade Cassandra to 3.11.2 and use cassandra-lucene-indexing 3.11.1. As you mention, both are compatible.
Issue happen at here. Sorting on Cassandra DB is no good. It is slow about 10x times.
Hi all,
My team use Apache cassandra and cassandra-lucene-indexing for production.
Before, we use Apache Cassandra lucene 3.7.0 and cassandra-lucene-indexing 3.7.0. It was good, no problems performance.
After, we upgrade Cassandra to 3.11.2 and use cassandra-lucene-indexing 3.11.1. As you mention, both are compatible.
Issue happen at here. Sorting on Cassandra DB is no good. It is slow about 10x times.
Environment:
- Nodes: 5
- 8 cores CPU, 32 GB RAM
- Vnode, 256 tokens.
- Replicate factor: 2
- Total rows for indexing: 2M.
Performance:
CQL query
Cassandra version: 3.7.0, Cassandra-lucene-indexing: 3.7.0
Processing time: 300 ms
Cassandra version: 3.11.2, Cassandra-lucene-indexing: 3.11.1
Processing time: 3366 ms
Tracing
I see a abnormal trace logs on the node run CQL query:
Is it root cause ? Because I don't see the log on old version (3.7.0).
The text was updated successfully, but these errors were encountered: