Giter Site home page Giter Site logo

cardinalityestimationtestbed's People

Contributors

greatji avatar jt-zhang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

cardinalityestimationtestbed's Issues

Error when running `get_result.py`

When run python get_result.py --cols 2 --distinct 10 --corr 2 --skew 2 --method [METHOD], I get wrong return like:
截屏2022-01-11 下午2 06 42
I debug the code, and find cols_2_distinct_10_corr_2_skew_2test.sql.csv is empty which should be the reason, however the previous command like
python generate_data_sql.py --cols [COLUMNS_NUM] --distinct [DOMAIN_SIZE] --corr [CORRELATION] --skew [SKEWNESS] and python get_truecard.py --version cols_[COLUMNS_NUM]_distinct_[DOMAIN_SIZE]_corr_[CORRELATION]_skew_[SKEWNESS] don't mention how to get the cols_2_distinct_10_corr_2_skew_2test.sql.csv based on cols_2_distinct_10_corr_2_skew_2test.sql.

I try to copy the cols_2_distinct_10_corr_2_skew_2test.sql directly into the cols_2_distinct_10_corr_2_skew_2test.sql.csv, which doesn't work.

I trace the code and find code cannot work correctly in prepare_pattern_workload, in which load the cols_2_distinct_10_corr_2_skew_2test.sql.csv by line, and each line run tables = sorted([x.split(' ')[1] for x in line.split('#')[0].split(',')]).

So, how can I get the cols_2_distinct_10_corr_2_skew_2test.sql.csv with correct style.
Thx for help🙂

dmv数据集下载失败

您好!
我使用dropbox无法下载dmv数据集(在99%的时候会显示网络错误),请问是什么原因呢

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.