by kraada » Sun Oct 11, 2009 1:01 pm
Cluster is run entirely by PostgreSQL - it's not a PT3 function. All PT3 does is call CLUSTER on the PT3 database (well, it calls ANALYZE first, but that takes a negligible amount of time comparatively), and PostgreSQL takes care of the rest.
The only housekeeping function that PT3 actually does is the cache update, and if you have logging enabled the pokertracker.log file does have how much is complete in percentages of players, but it doesn't translate directly to time left easily as one player who has a lot more hands will take longer (obviously) than one player who has just two hands.