Changeset: 2d2d09e02865 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2d2d09e02865
Modified Files:
        monetdb5/modules/mosaic/mosaic.c
Branch: mosaic
Log Message:

Add TODO.


diffs (14 lines):

diff --git a/monetdb5/modules/mosaic/mosaic.c b/monetdb5/modules/mosaic/mosaic.c
--- a/monetdb5/modules/mosaic/mosaic.c
+++ b/monetdb5/modules/mosaic/mosaic.c
@@ -871,6 +871,10 @@ MOSselect(Client cntxt, MalBlkPtr mb, Ma
        }
 
        // determine block range to scan for partitioned columns
+       /*
+       ** TODO: Figure out how do partitions relate to mosaic chunks.
+       ** Is it a good idea to set the capacity to the total size of the 
select operand b?
+       */
        MOSgetPartition(cntxt, mb, stk, getArg(pci,1), &part, &nrofparts );
        if ( nrofparts > 1){
                // don't use more parallelism than entries in the header
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to