-
Notifications
You must be signed in to change notification settings - Fork 2
cbinnig/xdb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published