Skip to content

zhouxh19/sql-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Generation

Generate SQLs that satisfy target cost or cardinality constraints.

(1) Generate target point queries (cardinality=1000):

 python3 cal_time.py tpch card point 1000 1000

(2) Generate target range queries (cost in [1000, 2000]):

python3 cal_time.py tpch cost range 1000 1000 2000

**Note. The repo has moved to https://github.com/evolveDB/SQL-Generator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages