If a given partition only ever contains one set of those columns, it
probably makes no practical difference, though it suggests an unintuitive
data model, so you might break it up just because it no longer seems to
make sense to keep them together.
If you really don't ever overlap your columns dur
If anyone, who has done a POC for the same, could share his/her views.
Any help would be appreciated.
Thanks
Siddharth Verma
Hi,
We have a schema where a table has 90 columns.
We have read request patterns where say
api 1 reads column 1-20
api 2 reads column 20-40
api 3 reads column 40-60
api 4 reads column 60-90
And say, we have a write access pattern on the same corresponding group of
columns.
Do the write pattern (o