Skip to content
New issue

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

Add CQL config to allow disabling TTL #3400

Merged
merged 2 commits into from
Dec 20, 2022

Commits on Dec 17, 2022

  1. Amazon Keyspace: Add hint on full-scan

    This commit improves the doc for Amazon Keyspace usage, including:
    1. Add hint on the potential problem of doing full-scan
    2. Include a list of all available partition names
    3. Change default partitioner to the current Amazon default one
    
    Signed-off-by: Boxuan Li <liboxuan@connect.hku.hk>
    li-boxuan committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    950f18a View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. Add CQL config to allow disabling TTL

    AWS keyspace by default does not support TTL, although it can be turned on. When TTL
    support is off, we should let users disable TTL from JanusGraph as well, otherwise
    they could see errors like `InvalidQueryException: TTL is not yet supported`.
    
    This also removes timestamps(false) annotation for DefaultPartitioner.
    That was most likely a mistake.
    
    Fixes JanusGraph#3395
    
    Signed-off-by: Boxuan Li <liboxuan@connect.hku.hk>
    li-boxuan committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    fe0e964 View commit details
    Browse the repository at this point in the history