Skip to content
/ xdb Public

Automatically exported from code.google.com/p/xdb

Notifications You must be signed in to change notification settings

cbinnig/xdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0ab19cd · Mar 22, 2016
Feb 4, 2015
Apr 3, 2013
Mar 22, 2016
Jun 17, 2014
Apr 15, 2014
Mar 22, 2016
Feb 4, 2015
Jul 31, 2014
Aug 25, 2012
Jun 12, 2014
May 3, 2013
May 6, 2014
Jun 13, 2014
Jun 13, 2014
Jun 17, 2014
Jun 17, 2014
Mar 21, 2014
Jun 15, 2014
Oct 8, 2014
Oct 8, 2014
Mar 21, 2014
Mar 21, 2014

Repository files navigation

v1. Installation
----------------

1.1 Software (Runtime)

MySQL
- Install MySQL Community Server (>=version 5.6)
- Copy /conf/my.cnf to location depending on platform (e.g., /etc/)
- Import SQL files in sql folder:
  mysql -u root < xdb.sql
  mysql -u root < catalog.sql
  mysql -u root < test.sql
  mysql -u root < tpch.sql (unzip tpch.zip before)


1.2 Software (Devel)

Graphviz:
- Install graphviz and graphviz-gui to look at XDB plans

Antlr:
- Install newest version of Antlworks for generating the compiler

2. Startup
---------------
- Start mysqld_safe at least with option federated (which should be given by the my.cnf file)
- Execute test suite (TestSuiteXDB)
  

About

Automatically exported from code.google.com/p/xdb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published