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

publications from HyPer #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

spiritlcx
Copy link
Contributor

@spiritlcx spiritlcx commented Nov 6, 2016

HyPer is a hybrid OLTP&OLAP main memory database developed by database chair of TUM. Many novel techniques such as serializable MVCC, data-centric query compilation with LLVM, NUMA-aware query execution and ART index are developed, making it very efficient. All the publications about HyPer can be found in this website.

HyPer is a hybrid main memory database developed by database chair of TUM. Many novel techniques such as serializable MVCC, data-centric query compilation with LLVM, NUMA-aware query execution and ART index are developed, making it very efficient. All the publications about HyPer can be found in this website.
@spiritlcx spiritlcx changed the title Update README.md publications from HyPer Nov 6, 2016
@rxin
Copy link
Owner

rxin commented Nov 27, 2016

Thanks. What I'd do is probably to include a paper from HyPer and then link to the page from there. The links at the end are not for linking to publications by a specific research group, but links to general reading lists.

@spiritlcx
Copy link
Contributor Author

I think "How Good Are Query Optimizers, Really?"[1] by Viktor Leis is a good candidate. It explores how cardinality estimation, cost model and enumeration space can influence query optimizers. And it introduces a real dataset with real queries which have many correlations, making it much more suitable for doing experiments for query optimizer than some existing datasets such as TPC-H whose data is independent and uniformly distributed.

[1] http://www.vldb.org/pvldb/vol9/p204-leis.pdf

@rxin
Copy link
Owner

rxin commented Apr 10, 2018

I like that paper. We should perhaps create a section on query optimizer and put that paper there (and also move the Selinger paper over).

Would you be interested in doing that?

@rxin
Copy link
Owner

rxin commented Apr 10, 2018

Sorry it took me forever to get back on this.

@spiritlcx
Copy link
Contributor Author

Don't worry. Yes, I'm glad to do that. I will make a new pull request later.

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

Successfully merging this pull request may close these issues.

2 participants