gSiviero opened a new pull request, #27:
URL: https://github.com/apache/asterixdb/pull/27

   Working version, still getting some errors in calculating the free space 
before reloading partitions after a memory expansion during the PROBE Phase.
   
   Data Used to test:
   4 data partitions were built using Winsconsin Data Generator. 
   
   Queries Used to test:
   Simple Join filtering the [100, 1000, 5000, 20000, 50000] entries selecting 
only {W1.unique1, W2.unique1} fields.
   Simple Join filtering the [100, 1000] entries selecting all fields.
   
   3-Way Join filtering the [100, 1000, 5000, 20000, 50000] entries selecting 
only {W1.unique1, W2.unique1,W3.unique1} fields.
   3-Way Join filtering the [100, 1000] entries selecting all fields.
   
   4-Way Join filtering the [100, 1000, 5000, 20000, 50000] entries selecting 
only {{W1.unique1, W2.unique1,W3.unique1,W4.unique1}  fields.
   4-Way Join filtering the [100, 1000] entries selecting all fields.
   
   
   #LOG BEFORE ERROR:
   ![Screenshot from 2023-07-16 
11-51-38](https://github.com/apache/asterixdb/assets/98982283/c697b305-88b9-490f-bcef-c8dbefcf8d05)
   
   Note the last line, the "FREE SPACE" is smaller the sum of "HASH TABLE" and 
"PARTITION"
   
   I tried creating a new method to Calculate the Free space using the actual 
size of the HASH TABLE, but got the same error.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@asterixdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to