Wang Cheng
Wang Cheng
Hi @wangyum according to the paper Eager Aggregation and Lazy Aggregation ([pdf](https://www.vldb.org/conf/1995/P345.PDF)), there are several approaches for partial pre-aggregation, including eager group-by, eager count, and double eager (see Figure 2)....
@wangyum Hi, I'm not able to find you via the Wechat ID yumwang666. Could you add my Wechat cwang9208?
@melquelima https://github.com/cybertec-postgresql/pg_timetable/blob/master/internal/pgengine/sql/cron.sql this might be useful.
@marcoslot @marcocitus Is it possible to calculate the next run date using the entry data structure in pg_cron's source code? Could you please help.