-
Notifications
You must be signed in to change notification settings - Fork 46
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
Setup for single node environment / TPC-H benchmark #917
Comments
I assume you're following the instructions for Myria local installation at http://myria.cs.washington.edu/docs/myriax/. It should be enough to just modify We have run TPC-H queries on Myria and can provide input data on request. I would recommend contacting @jingjingwang for details. |
The Myria query plan generator for TPC-H queries is here: https://github.com/uwescience/tpch-myrial. Note that we have added |
@senderista It's wonderful! Actually, I have a huge interests in processing TPC-DS benchmark using Myria. I avoid null-value issue in Myria to upload TPC-DS database into Myria system. |
I'm unclear if you're interested in running TPC-H or TPC-DS queries on Myria (or both?)... Could you paste a screenshot or the text from the error you see when trying to enable multiway joins? |
Is uwescience/raco#174 now out of date and can be closed or is the ORDER BY support in MyriaX side only? |
@bmyerz we haven't quite implemented everything in that issue. All we have now is translation of ORDER BY + LIMIT in MyriaL to the corresponding logical/physical operators, but we don't push them into SQL, nor do we have a global Merge exchange operator (I suspect we can live without the latter for the simple top-K scenarios we want to support, but we really should be able to push ORDER BY/LIMIT into DbQueryScan). We also still need to propagate ordering as a RepresentationProperty so we can implement optimizations like forcing merge join or merge aggregation for ordered inputs. |
Hi, I tried to setup Myria on a server which is equipped with the following hardwares:
Intel Xeon E5-2690 v4 x 2 (10 x 2 cores)
512GB RAM
5TB PCi-E SSD
I believe that my server can run a single master and a total number of 20 workers.
In this case, what is the best way to setup Myria, i.e., deployment.cfg.local, for achieving its best performance?
In addition, Does MyriaX can run TPC-H benchmark without any critical issue?
If possible, then where can I get related documents about TPC-H benchmark on MyriaX query engine?
Thanks,
Yoon-Min
The text was updated successfully, but these errors were encountered: