|
|
|
|
|
by quietbritishjim
3028 days ago
|
|
Surely another disadvantage of storing all that redundant data is that either (a) you lose atomicity of updates or (b) have some terrifyingly large transactions for a relatively simple change to the underlying data. Whether this is acceptable depends not only in the size of the data set but also how often it changes compared to how often you query it. |
|