I have 4TB database in company. As many different analytics require that full data the current database is not able to handle concurrent session from 100s of users.
Is it possible to have databse replication done on s3 so that issue is solved.
I mean
To start with
- First do the full export of 4TB on s3
- Now i want to do incremental updates like we do with databse replication on slaves. But here i want to have it on S3 instead of host. Even if i have to do it once or twice in day that is fine.
but i don't want to export full TB everyday
Is there any way