Giter Club home page Giter Club logo

Comments (5)

ohsayan avatar ohsayan commented on May 21, 2024

@stellaroid remind

from skytable.

ohsayan avatar ohsayan commented on May 21, 2024

And a design decision has (almost) been made. [draft]

Structure

Why this structure?

  1. It allows different sharding strategies on different keyspaces; we can have a system keyspace which cannot be altered by standard users (more on that later) and this will enable us to replicate or toss around critical system information than raw wiring it
  2. More logical for our users
  3. Multi-table configurations, per-keyspace configuration
  4. Helpful for people just coming from SQL backgrounds

Connections

Whenever a database connection will be made to a database instance, they'll be connected to a keyspace called default and a table called default under it. The former is a non-removable keyspace, and the latter is a non-removable table. Keyspaces/namespaces are also connection-level, that is once a keyspace is set, it is global for the connection and not interchangeable. While that doesn't apply for tables which can be switched for different queries.

Unresolved questions

Some questions still remain: is a keyspace abstraction that necessary? Can't we operate on some kind of special table for system critical data that can't be modified externally. I welcome any kind of discussion regarding this

from skytable.

ohsayan avatar ohsayan commented on May 21, 2024

@stellaroid untask

from skytable.

ohsayan avatar ohsayan commented on May 21, 2024

The original comment has been updated, please check

from skytable.

ohsayan avatar ohsayan commented on May 21, 2024

This issue is terribly outdated. A new one will be created and hence this is being closed

from skytable.

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.