datablogs

Friday, February 24, 2023

How to Automate MongoDB Database Backups in Linux

We have setup of One Primary with Multiple SecondaryEven if we configured highly available setup and backups , native backup are so special to take it and keep it somewhere in the cloud using the below script we can easily schedule backup in Linux environments  https://github.com/selvackp/MongoNativeBackup-/blob/main/mongo_dump.shexport PATH=/bin:/usr/bin:/usr/local/bin #Decalre Today...

Friday, February 17, 2023

How to tune long running Queries on Azure Synapse DW (Dedicated Pool) - Part 2

Its took little long time to derive our approach tunning on azure data factory with Azure Synapse why because we need to run the system atleast two months validate our approach is smooth Yes its all running good as expected performance on the ETL loads and Processes Here are the major things...

Monday, January 30, 2023

Update Backup and Restore in Same SQL Server RDS

Update of Previous post ,As mentioned in below blog , past years we cant restore database into same SQL Server RDS https://medium.com/@yogitha.o/backup-and-restore-in-same-sql-server-rds-3e667622f7ffBut now you can able to restore without any issues from recent releases of SQL Server RDS&nb...

Thursday, December 15, 2022