datablogs

Monday, April 8, 2024

Tuesday, November 14, 2023

PostgreSQL Table Partition on AWS RDS

If we grow bigger in the business , seamlessly our customer and transaction data also increases . In the meantime performance needs to consider as well So in this case of bigger tables indexes will not help us to achieve good performance on peak times . Alternatively we have partitioning to split...

Sunday, June 25, 2023

Wednesday, June 21, 2023

Oracle RDS Audit log enable

Oracle Audit Log : Oracle Audit Log refers to the feature in Oracle Database that records and stores information about various database activities and events. It provides a mechanism to track and monitor user activities, system events, and changes made to the database. User Logins: Recording user login attempts and authentication information. Database Activities: Logging SQL statements ...

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