GithubHelp home page GithubHelp logo

hobinyoon / mutant-cassandra-2.2.3 Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 44.53 MB

License: Apache License 2.0

Shell 0.72% Batchfile 0.19% PowerShell 0.32% Python 5.11% Thrift 0.33% Java 91.93% GAP 0.52% AMPL 0.01% Gnuplot 0.51% CMake 0.01% C++ 0.16% AppleScript 0.21%

mutant-cassandra-2.2.3's People

Contributors

hobinyoon avatar

Watchers

 avatar  avatar

mutant-cassandra-2.2.3's Issues

Max SSTable size limit, TWCS

These are worth checking out.

https://git1-us-west.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=NEWS.txt;hb=refs/tags/cassandra-3.0.8
#3.0.7

Upgrading

  • A maximum size for SSTables values has been introduced, to prevent out of memory
    exceptions when reading corrupt SSTables. This maximum size can be set via
    max_value_size_in_mb in cassandra.yaml. The default is 256MB, which matches the default
    value of native_transport_max_frame_size_in_mb. SSTables will be considered corrupt if
    they contain values whose size exceeds this limit. See CASSANDRA-9530 for more details.

Deprecation

  • DateTieredCompactionStrategy has been deprecated - new tables should use
    TimeWindowCompactionStrategy.
    Note that migrating an existing DTCS-table to TWCS might
    cause increased compaction load for a while after the migration so make sure you run
    tests before migrating. Read CASSANDRA-9666 for background on this.

New features

  • TimeWindowCompactionStrategy has been added. This has proven to be a better approach
    to time series compaction and new tables should use this instead of DTCS. See
    CASSANDRA-9666 for details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.