From d0c938888b3dd00cfdb27bb9444401b9e5913490 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 31 Jul 2019 21:54:53 -0400 Subject: Ported JVM reference generation to the new JVM bytecode machinery. --- documentation/research/database.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/research/database.md') diff --git a/documentation/research/database.md b/documentation/research/database.md index de99fde3f..65f42f3c8 100644 --- a/documentation/research/database.md +++ b/documentation/research/database.md @@ -38,9 +38,8 @@ # Optimization -1. Relaxed Operator Fusion for In-Memory Databases: Making Compilation, Vectorization, and Prefetching Work Together At Last - - https://db.cs.cmu.edu/papers/2017/p1-menon.pdf +1. [Hera - High Efficiency Reliable Access to data stores](https://github.com/paypal/hera) +1. [Relaxed Operator Fusion for In-Memory Databases: Making Compilation, Vectorization, and Prefetching Work Together At Last](https://db.cs.cmu.edu/papers/2017/p1-menon.pdf) 1. https://medium.com/connect-the-dots/optimizing-queries-in-rethinkdb-584d7f660cb 1. https://blog.acolyer.org/2019/01/18/towards-a-hands-free-query-optimizer-through-deep-learning/ 1. http://blog.felipe.rs/2019/01/29/demystifying-join-algorithms/ @@ -107,6 +106,7 @@ ## General +1. https://github.com/Workiva/eva/ 1. https://learndb.net/ 1. http://orientdb.com/ 1. https://ignite.apache.org/ -- cgit v1.2.3