MonetDB: unoptimized-antijoin - Add unoptimized anti-join test

2022-10-08 Thread nuno-faria
Changeset: f03f70c1a138 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/f03f70c1a138 Added Files: sql/test/miscellaneous/Tests/anti_join_plan.test Modified Files: sql/test/miscellaneous/Tests/All Branch: unoptimized-antijoin Log Message: Add unoptimized anti-join test dif

MonetDB: multi-cachelock - Partition the GDKcacheLock and improv...

2022-09-24 Thread nuno-faria
Changeset: 82770f91d174 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/82770f91d174 Modified Files: gdk/gdk_bbp.c gdk/gdk_private.h gdk/gdk_utils.c Branch: multi-cachelock Log Message: Partition the GDKcacheLock and improve the BBP allocation algorithm diffs (tru

MonetDB: Jan2022 - Add initial reproduction script for segment c...

2022-09-20 Thread nuno-faria
Changeset: e7c1f604cb2c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/e7c1f604cb2c Added Files: sql/test/concurrent/Tests/segments-corruption.py Branch: Jan2022 Log Message: Add initial reproduction script for segment corruption. diffs (48 lines): diff --git a/sql/test/concurr

MonetDB: efficient-pending-changes - Improve the pending changes...

2022-09-12 Thread nuno-faria
Changeset: 477a07f222a1 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/477a07f222a1 Modified Files: sql/storage/sql_storage.h sql/storage/store.c Branch: efficient-pending-changes Log Message: Improve the pending changes function With a combination of small and long runnin

MonetDB: async-heap-remove - Add async heap file remove

2022-08-08 Thread nuno-faria
Changeset: c21d9793079e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/c21d9793079e Modified Files: gdk/gdk.h gdk/gdk_heap.c gdk/gdk_utils.c Branch: async-heap-remove Log Message: Add async heap file remove Currently since the heap files seem to be reused, this sol

MonetDB: faster_segs_end - Improve segs_end performance

2022-08-04 Thread nuno-faria
Changeset: e349732a4384 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/e349732a4384 Modified Files: sql/storage/bat/bat_storage.c Branch: faster_segs_end Log Message: Improve segs_end performance Reduces the computation time required in the segs_end function, which could become

MonetDB: select-window-pushdown - Merge

2022-07-25 Thread nuno-faria
Changeset: 2a90add101fb for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/2a90add101fb Branch: select-window-pushdown Log Message: Merge diffs (159 lines): diff --git a/gdk/gdk_align.c b/gdk/gdk_align.c --- a/gdk/gdk_align.c +++ b/gdk/gdk_align.c @@ -140,6 +140,7 @@ VIEWcreate(oid seq, BA

MonetDB: select-window-pushdown - Add select window pushdown sup...

2022-07-25 Thread nuno-faria
Changeset: b226dd5edbe8 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/b226dd5edbe8 Modified Files: sql/server/rel_optimizer.c sql/test/Tests/select_window_pushdown.test Branch: select-window-pushdown Log Message: Add select window pushdown support for 'like' filters dif

MonetDB: select-window-pushdown - Fix select window pushdown for...

2022-07-21 Thread nuno-faria
Changeset: 85d2040d989d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/85d2040d989d Modified Files: sql/server/rel_optimizer.c sql/test/Tests/select_window_pushdown.test Branch: select-window-pushdown Log Message: Fix select window pushdown for string filters diffs (60 l

MonetDB: select-window-pushdown - Add test for select pushdown o...

2022-07-21 Thread nuno-faria
Changeset: 4f6d106502de for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/4f6d106502de Added Files: sql/test/Tests/select_window_pushdown.test Modified Files: sql/test/Tests/All Branch: select-window-pushdown Log Message: Add test for select pushdown on window functions dif

MonetDB: select-window-pushdown - Optimize filter push down for ...

2022-07-19 Thread nuno-faria
Changeset: c4a78e109706 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/c4a78e109706 Modified Files: sql/server/rel_optimizer.c Branch: select-window-pushdown Log Message: Optimize filter push down for window functions This change optimizes the push down of filters to the source t

MonetDB: smart-merge-jan22 - Add smart merge test

2022-07-17 Thread nuno-faria
Changeset: 4412f52fd48a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/4412f52fd48a Added Files: sql/test/concurrent/Tests/smart-segment-merge.test Modified Files: sql/test/concurrent/Tests/All Branch: smart-merge-jan22 Log Message: Add smart merge test diffs (truncated

MonetDB: smart-merge-jan22 - Implement smarter segment merging

2022-07-17 Thread nuno-faria
Changeset: 46beead61552 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/46beead61552 Modified Files: sql/include/sql_catalog.h sql/storage/bat/bat_storage.c sql/storage/objectset.c sql/storage/sql_storage.h sql/storage/store.c Branch: smart-merge-jan2

MonetDB: smart-merge - Implement smarter segment merging

2022-07-13 Thread nuno-faria
Changeset: 64ddac7eabcd for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/64ddac7eabcd Modified Files: sql/include/sql_catalog.h sql/storage/bat/bat_storage.c sql/storage/objectset.c sql/storage/sql_storage.h sql/storage/store.c Branch: smart-merge Log

MonetDB: unlogged - Initial patch containing the unlogged table ...

2022-04-08 Thread nuno-faria
Changeset: adc8aae85814 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/adc8aae85814 Modified Files: clients/mapiclient/dump.c clients/mapiclient/mhelp.c clients/odbc/driver/SQLGetInfo.c clients/odbc/samples/testgetinfo.c sql/backends/monet5/sql_upgra

MonetDB: group-commit - Implement group-commit.

2022-03-01 Thread nuno-faria
Changeset: f309967b399d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/f309967b399d Modified Files: gdk/gdk_logger.c gdk/gdk_logger.h gdk/gdk_logger_internals.h sql/storage/bat/bat_logger.c sql/storage/sql_storage.h sql/storage/store.c Branch