You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Mike Adamson (Jira)" <ji...@apache.org> on 2022/12/14 15:58:00 UTC

[jira] [Comment Edited] (CASSANDRA-18058) In-memory index and query path

    [ https://issues.apache.org/jira/browse/CASSANDRA-18058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17647566#comment-17647566 ] 

Mike Adamson edited comment on CASSANDRA-18058 at 12/14/22 3:57 PM:
--------------------------------------------------------------------

[~adelapena] [~maedhroz] I have pushed 2 new commits to the PR.

The first is a small refactoring around our use of the com.carrotsearch.randomizedtesting package following a discussion on the dev mailing list. The patch removes the use of the RandomizedTest base class in SAIRandomizedTest so all random testing in SAI now uses the SAITester.Randomization class for random data generation.

The second commit removes the analyzers and filters from the code and leaves only the NoOpAnalyzer. The analyzers will now have their own ticket.


was (Author: mike_tr_adamson):
[~adelapena] [~maedhroz] I have pushed 2 new commits to the PR.

The first is a small refactoring around our use of the `com.carrotsearch.randomizedtesting` package following a discussion on the dev mailing list. The patch removes the use of the `RandomizedTest` base class in `SAIRandomizedTest` so all random testing in SAI now uses the `SAITester.Randomization` class for random data generation.

The second commit removes the analyzers and filters from the code and leaves only the `NoOpAnalyzer`. The analyzers will now have their own ticket.

> In-memory index and query path
> ------------------------------
>
>                 Key: CASSANDRA-18058
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18058
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Feature/SAI
>            Reporter: Mike Adamson
>            Assignee: Mike Adamson
>            Priority: Normal
>             Fix For: 5.x
>
>
> An in-memory index using the in-memory trie structure introduced with CASSANDRA-17240 along with a query path implementation to perform index queries from the in-memory index.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org