Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

sperf core schema incorrectly identifies SAI and SASI indexes as Solr indexes #60

Open
msmygit opened this issue Apr 2, 2021 · 0 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request

Comments

@msmygit
Copy link

msmygit commented Apr 2, 2021

sperf core schema incorrectly categorizes SAI and SASI indexes as Solr indexes.

For examples all the below are currently considered as Solr Index:

  • CREATE CUSTOM INDEX sasi_index_01 ON ks1.tbl1 (evcid) USING 'org.apache.cassandra.index.sasi.SASIIndex' ;
  • CREATE CUSTOM INDEX ON calendar2(years) USING 'StorageAttachedIndex';
  • CREATE CUSTOM INDEX test1_tbl1_solr_query_index ON test1.tbl1 (solr_query) USING 'com.datastax.bdp.search.solr.Cql3SolrSecondaryIndex';
@msmygit msmygit added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request labels Apr 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant