Are non-WAL tables really 'legacy'? #4834
peeterburger
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
hi Peter, do you use questdb standalone or embedded? Also it would be great to understand the business case for your use of non-WAL table. May be there is an example? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello Peeter, Thanks for checking in. Since you can perform UPDATE on WAL tables, can you tell us what issue you're facing there? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In some of our projects, we make use of non-WAL tables. These are either tables without a designated timestamp or tables for which we require updates. In these cases, WAL is either not applicable or does not make sense.
Is there any incentive to remove non-WAL tables in the future? If not, I think they should not be considered legacy.
Beta Was this translation helpful? Give feedback.
All reactions