Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] Add support for MySQL 8.0 #152

Open
breadchen opened this issue May 17, 2018 · 4 comments
Open

[feature request] Add support for MySQL 8.0 #152

breadchen opened this issue May 17, 2018 · 4 comments

Comments

@breadchen
Copy link

Cause we need window function when create sample,maybe MySQL 8.0 is the only option ?

@pyongjoo
Copy link
Member

Interesting that no one replied to this. We are rewriting some internal computations, and the new module won't rely on the window functions.

Our testing for the new version has not finished yet, so we haven't disclosed the new version. Right at the moment, it works with MySQL 5.5 or after.

@breadchen
Copy link
Author

Good to know this, cause we are still using MySQL 7.0 in our product system.
One more question, is it possible to use VerdictDB to generate Histogram for MySQL.
For example we are doing Sharding on MySQL(spread data to MySQL databases and tables, access data through a middleware) . As I know VerdictDB uses SQL to collect statistical information from database, could I use that information to build Histogram and then use it in CBO?

@barzan
Copy link
Contributor

barzan commented Jun 29, 2018 via email

@pyongjoo
Copy link
Member

pyongjoo commented Sep 6, 2018

Now it should work with MySQL 5.5 or above. We have a tutorial here: https://docs.verdictdb.org/getting_started/quickstart/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants