AUTHOR Dharshan Rangegowda
Managing MySQL Server Logs: Rotate, Compress, Retain & Delete
MySQL Server generates several logs that can help you monitor the activities of the server. However, once these logs are enabled, they can grow in size and start taking up too much disk space. […]
PyMongo Tutorial: Testing MongoDB Failover in Your Python App
Python is a powerful and flexible programming language used by millions of developers around the world to build their applications. It comes as no surprise that Python developers commonly leverage MongoDB hosting, the most popular NoSQL […]
READ MORE
MySQL High Availability Framework Explained – Part III: Failover Scenarios
In this three-part blog series, we introduced a High Availability (HA) Framework for MySQL hosting in Part I, and discussed the details of MySQL semisynchronous replication in Part II. Now in Part III, we review how the framework […]
READ MORE
Managing High Availability in PostgreSQL – Part II
Are you deploying PostgreSQL in the cloud and want to understand your options for achieving high availability? In our previous blog post, Managing High Availability in PostgreSQL – Part I, we discussed the capabilities and functioning of […]
READ MORE
2019 Database Trends – SQL vs. NoSQL, Top Databases, Single vs. Multiple Database Use
Wondering which databases are trending in 2019? We asked hundreds of developers, engineers, software architects, dev teams, and IT leaders at DeveloperWeek to discover the current NoSQL vs. SQL usage, most popular databases, important metrics […]
READ MORE
Intro to Redis Cluster Sharding – Advantages, Limitations, Deploying & Client Connections
Redis Cluster is the native sharding implementation available within Redis that allows you to automatically distribute your data across multiple nodes without having to rely on external tools and utilities. At ScaleGrid, we recently added […]
READ MORE
MOST COMMENTED
News
Why Our Fast-Changing World Requires Us to Change Collaboration
News
Forces of Bitcoin – Cryptography
News
Open Source Security Risks and Vulnerabilities to Know in 2019
News
Digital Supply Chain: Connecting the Dots of Design to Operate SCM Processes
News
Artificial Intelligence: Why it’s Evolving Faster than Ever
News
Why Memory-Centric Architecture Is The Future Of In-Memory Computing
News
Managing MySQL Server Logs: Rotate, Compress, Retain & Delete