We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The type of Key/Value Store is RocksDB
RocksDB
There are about 800 thousand features in my type , when execute a cql query, it spent about 2min, how can i improve this? the query code snippt like :
cql
VectorQueryBuilder queryBuilder = VectorQueryBuilder.newBuilder(); queryBuilder.addTypeName("xxType"); queryBuilder.constraints(queryBuilder.constraintsFactory().cqlConstraints(cqlExpression)); Query<SimpleFeature> query = queryBuilder.build(); try (CloseableIterator<SimpleFeature> iterator = dataStore.query(query)) { while (iterator.hasNext()) { features.add(iterator.next()); } }
Anyone can help me? Thx
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The type of Key/Value Store is
RocksDB
There are about 800 thousand features in my type , when execute a
cql
query, it spent about 2min, how can i improve this?the query code snippt like :
Anyone can help me? Thx
The text was updated successfully, but these errors were encountered: