Hi all, I have taken a stab in a PR you can find attached in the ticket. Mainly:
- I have moved deletion times, gc and nowInSec timestamps to long. That should get us past the 2038 limit.
- TTL is maxed now to 68y. Think CQL API compatibility and a sort of a 'free' guardrail.
- A new NONE overflow policy is the default but everything is backwards compatible by keeping the previous ones in place. Think upgrade scenarios or apps relying on the previous behavior.
- The new limit is around year 292,471,208,677 which sounds ok given the Sun will start collapsing in 3 to 5 billion years :-)
- Please feel free to drop by the ticket and take a look at the PR even if it's cursory
Thx in advance.