Giter Club home page Giter Club logo

Comments (2)

dobe avatar dobe commented on May 18, 2024

hi @robertjpayne thanks for looking at crate - see my answers inline. we hope to get everything into the main documentation as soon as possible.

Consistency Guarantees (How is replication done…)
replication is done synchronously. which means that a write only succeeds if all replicas of a given shard are written successfully

Transactional Support (If any…)
crate has no transaction support, however OCC is supported, see https://crate.io/docs/current/sql/occ.html

Storage Durability (In what scenarios could data loss occur due…)
with replication turned on, data loss can only occur if all replicas and the primary shard dies at the same time.

currently crate supports to do an off site dump via the copy/from/to statement, see https://crate.io/docs/current/sql/dml.html#importing-data but we also have PITR like features on our backlog.

Index Types (Geo, Full Text, Composite etc…)
we use elasticsearch libraries and lucene under the hood, so there are a lot of possibilities here, see https://crate.io/docs/current/sql/ddl.html#indices-and-fulltext-search

hope this, helps

from crate.

chaudum avatar chaudum commented on May 18, 2024

this information can be found in the latest documentation: https://crate.io/docs/en/latest/storage_consistency.html (will be in the stable section as soon as 0.46 is stable)

from crate.

Related Issues (20)

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.