My team works with a big number of media data: video, rendering, photos, illustrations. To ensure the best teamwork, we need constant access to all these files. At some point, we no longer have enough storage available on our own server, and we started looking for cloud storage that satisfies all our needs. In this post, I will compare popular data storage services for … [Read more...] about How to Choose the Right Data Storage System for Team Work
database
Why Cleaner Marketing Data is Essential for IT
In a world where B2B companies clash over who gets to be on top in terms of sales, numbers play a pretty big part. More so because variables such as conversion rates and lead traffic can point you to whether you need to up your marketing game. This explains why enterprises are putting much of their resources on lead generation and content marketing. The idea is to generate as … [Read more...] about Why Cleaner Marketing Data is Essential for IT
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. This is why it's important to have an automated way of archiving and preserving MySQL log files for a certain duration, as well as deleting the old ones. In this blog post, we describe … [Read more...] about Managing MySQL Server Logs: Rotate, Compress, Retain & Delete
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 database, for their deployments due to its flexible nature and lack of schema requirements. So, what's the best way to use MongoDB with … [Read more...] about PyMongo Tutorial: Testing MongoDB Failover in Your Python App
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 handles some of the important MySQL failure scenarios and recovers to ensure high availability. MySQL Failover Scenarios Scenario 1 “ Master MySQL … [Read more...] about MySQL High Availability Framework Explained Part III: Failover Scenarios