Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Verify that ANN search works with normal Cassandra data flow (insertion, updating, and deleting rows).
  2. Test the integration of Lucene's HNSW with the SAI framework.
    1. Verify correctness of ANN results across a wide range of dimensionality
    2. Verify single-partition search and validate ANN results
    3. Verify cross-partition search and validate ANN results
    4. Simulate corrupted stored data vs index data on disk
    5. Pass all existing SAI testing plans
  3. Test the new data type (VECTOR<type, dimension>) and CQL operator (ANN) with various use cases.
  4. Evaluate the performance of the new features and their impact on existing Cassandra setups.

...