You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From one of our key user who only wants to generate derived data without persist original data. We will need to provide a special case for this type of TTL=0 data: feed it to flow and drop it before entering memtable.
Implementation challenges
No response
The text was updated successfully, but these errors were encountered:
I agree, but if we can implement the ttl=0 without consuming any memory, that would be better. Just drop the write requests before they reach the memtable, maybe we don't create any memtables for such tables.
What type of enhancement is this?
API improvement
What does the enhancement do?
From one of our key user who only wants to generate derived data without persist original data. We will need to provide a special case for this type of TTL=0 data: feed it to flow and drop it before entering memtable.
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: