|
|
|
|
|
by valzam
1516 days ago
|
|
I am generally a fan of using as few moving parts as possible but if > 60-70% (2TB + a "few hundred GB") of your prod database are an append only audit log surely if would make sense to split that part into a separate DB server? Especially when you are using a hosted service. It sounds like both uptime and consistency requirements are very different between these two parts of the production data. |
|
Does Postgres still make sense for append only tables or maybe elastic or other kind of database would be more suitable?