New query optimization

A * B ∪ A * C = A * (B ∪ C)
This commit is contained in:
Salvo 'LtWorf' Tomaselli
2015-12-31 14:26:28 +01:00
parent 5c2ff5f844
commit 950a2273c3
4 changed files with 47 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
- Added again make install target
- Ctrl+C in the terminal will terminate the GUI
- Blurs UI while processing
- Added new optimization
2.1
- Introduced sessions; GUI loads the same relations of the previous time