This message was deleted.
# general
s
This message was deleted.
2
b
It seems to be fairly new, and I don't see documentation. That said, I believe some people are using it in production. You might want to test it out, and monitor things if you decide to use it. (If you need to do concurrent batch ingestions, eg.)
g
as with anything undocumented it's "use at your own risk"
I am not sure if there are currently plans to make this the default behavior— perhaps @Eric Tschetter knows?
e
It generally works. We are working on doing more fundamental changes to allow for both "append" and "replace" at the same time, which will end up using a different type of lock that we are in the process of introducing. What's the problem you are running into that you want to solve?
h
@Eric Tschetter Does this work in MSQ too?
t
thank you,
as with anything undocumented it's "use at your own risk"
that's our attitude as well… we've noticed that we were missing data that we tried batch loading concurrently, and observed the lock to be a problem.