Git Product home page Git Product logo

queryvis_idxvis's Introduction

idxvis

Direction: To run the system, please run proj_630.html. Make sure that you have d3js_simple07.js, idx_7.tsv, idx_8.tsv, idx_715.tsv, idx_lshipdate.tsv, noindex.tsv, sqlite_all.sql, and d3.v3.js in the same directory. The other files in this repository, namely process_loop.cpp, sqlite_test_batch_queries.c, proj_630_blank.html, and Makefile, are used in the following way:

proj_630_blank.html: simply for debug.

sqlite_test_batch_queries.c: used to collect statistics from SQLite via S QLite APIs.

Makefile: used to compile sqlite_test_batch_queries.c. Make sure that SQLite source code are in the same directory and double check the path.

process_loop.cpp: used to process the output from sqlite_test_batch_queries.c.

=================================================================

Attention: Please notice that only indices on "l_orderkey", "o_orderkey", "l_shipdate" and "l_orderkey, o_orderdate" are available in this version. To show the effect of building indices on "l_orderkey, o_orderdate", first click on the rectangle of "lineitem", then click on "l_orderkey", then click on the rectangle of "orders", and finally click on "o_orderdate".

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.