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

https://github.com/billgewrgoulas/sql-operators

Algorithms for UNION , MERGE-JOIN , INTERSECTION , SET-DIFFERENCE , GROUP-BY SQL operators
https://github.com/billgewrgoulas/sql-operators

algorithms sql

Last synced: 8 months ago
JSON representation

Algorithms for UNION , MERGE-JOIN , INTERSECTION , SET-DIFFERENCE , GROUP-BY SQL operators

Awesome Lists containing this project

README

          

# SQL-OPERATORS
Optimal Algorithms for UNION , MERGE-JOIN (many to many) , INTERSECTION , SET-DIFFERENCE , GROUP-BY SQL operators.

The algorithms work for the following data type : (key , value) . But they can easily be modified to work for any kind of data stored in an sql table.