• unknown's avatar
    Finalised first step of scan optimisations · 4294f847
    unknown authored
    Everything is working but a few things is still remaining
    
    
    ndb/include/kernel/ndb_limits.h:
      New maximum batch size and total batch size over cluster
    ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
      Only two options
      1) One fragment per node
      2) One fragment in total
    ndb/src/kernel/blocks/dblqh/Dblqh.hpp:
      First step preparing for a dynamic array for scan_acc_op_ptr.
      Prepared by hiding all accesses by subroutines.
    ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
      First step preparing for a dynamic array for scan_acc_op_ptr.
      Prepared by hiding all accesses by subroutines.
      Removed some dead code
    4294f847
DblqhMain.cpp 696 KB