Database Systems Implementation @ NUS SoC
-
Updated
Dec 4, 2022 - Java
Database Systems Implementation @ NUS SoC
Implementation of a SQL Query Optimizer Application for Oracle Database using indexes and plans.
Contains implementations of various algorithms for database query optimization. The algorithms cover multiple problem variants (e.g., traditional and multi-objective query optimization) and offer different tradeoffs between optimality guarantees and optimization time (e.g., fast randomized algorithms, approximation schemes, exhaustive algorithms…
Query Engine in Java with Vectorized and Data Driven Code Generation and Arrow & Parquet support
Query Optimizer
Add a description, image, and links to the query-optimizer topic page so that developers can more easily learn about it.
To associate your repository with the query-optimizer topic, visit your repo's landing page and select "manage topics."