An open API service indexing awesome lists of open source software.

https://github.com/itrummer/exactcardinalityqueryoptimization

This repository contains tools for finding query plans that produce the least number of join result tuples (the so-called "Cout" metric). Those tools are not suitable for query optimization at run time - instead, they can be used for offline analysis to assess the quality of query optimizers.
https://github.com/itrummer/exactcardinalityqueryoptimization

cardinality estimation optimization query

Last synced: over 1 year ago
JSON representation

This repository contains tools for finding query plans that produce the least number of join result tuples (the so-called "Cout" metric). Those tools are not suitable for query optimization at run time - instead, they can be used for offline analysis to assess the quality of query optimizers.

Awesome Lists containing this project