Giter Club home page Giter Club logo

doop's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

iamaaditya

doop's Issues

Benchmark

Just talked with Te,

For benchmark, we think for benchmarking:

  1. Various workload(different portion of insert and select)
  2. Various branching situation(we can expect query on recursive branch is slower)
  3. Benchmark on Space complexity.

avoid hard coding branch names and table names

When using those default branch names and tables names, we should avoid hard coding them..just used the constant we declared in core package. I fixed some in doop_db.go, but still there are some in the bench package.

UntrackDb should require a branch to keep

UntrackDb should take an argument branch_name indicating:

  • if it's empty(or it can be a special string or whatever), keep snapshot, clean all extraneous tables of all branches of this database
  • if it's a correct branch name, keep that branch, clean all extraneous tables of other branches of this database.

Primary key should be detected

Primary key of the relation should be detected to create v_sec as the following query is invalid (primary could be something other than id):

CREATE TABLE %s AS SELECT id FROM %s

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.