Grace, really appreciate your message Thank you!
Is this to say we use the constraints
parameter to search for say, records that were created between a start_date
and an interim_date
, where interim_date
is just the start_date + some_time_offset
. Then we
- fetch as many records as we can (calibrating the
interim_date
so that the number of records betweenstart_date
andinterim_date
is less than 50k) 100 at a time, - increment
start_date
andinterim_date
bysome_time_offset
- repeat steps 1 - 2 until
interim_date
exceeds the date the last record was created.
Is that what you’re suggesting? And if a plugin automated this for 4000 bubble apps (ranging in db size of 1k to 1million records), would Bubble allow this keeping in mind that it would only be an occasional event for each app?