QQ: In your example under section’ Parallel Write Considerations’ though the Kafka writers are writing concurrently they are just append only operations and so there won’t be conflicts with concurrent writers even if we decide to use liquid clustering right?
Let’s say I am writing to a destination table with less than 1TB of data
QQ: In your example under section’ Parallel Write Considerations’ though the Kafka writers are writing concurrently they are just append only operations and so there won’t be conflicts with concurrent writers even if we decide to use liquid clustering right?
Let’s say I am writing to a destination table with less than 1TB of data
Appends are blind inserts so they do not conflict with each other. Liquid or Zorder does not matter.