# query-optimizer-lib **Repository Path**: fishermano/query-optimizer-lib ## Basic Information - **Project Name**: query-optimizer-lib - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # query-optimizer-lib 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 various tradeoffs between optimality guarantees and optimization time (e.g., various randomized algorithms, approximation schemes, exhaustive algorithms, parallel algorithms, ...).