Remove Code Remove Database Remove Programming Remove Servers
article thumbnail

Important Health Checks for your MySQL Master-Slave Servers

Scalegrid

In a MySQL master-slave high availability (HA) setup, it is important to continuously monitor the health of the master and slave servers so you can detect potential issues and take corrective actions. MySQL Master Server Health Checks. We recommended that your MySQL master monitoring program or scripts runs at frequent intervals.

Servers 273
article thumbnail

MongoDB SSL with self-signed certificates in C#

Scalegrid

One option is purchasing your own CA-signed SSL certificates and configuring them on the MongoDB server. If your application connects to the production database over a public network, do reach out to support@scalegrid.io Note: All the code samples have been tested using MongoDB Driver v2.8.1 Else the code samples will not work.

C++ 244
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

5 Types of Tests To Perform On Your APIs

DZone

Every app you build nowadays completely relies on Application Programming Interfaces. Application Programming Interface acts as the center level between the database and presentation layer in the software development procedure. The approach to the Application Programming Interface test principally depends on the form of API.

Testing 215
article thumbnail

Should You Keep Your Business Logic In Your Database?

Percona

Open source database architects usually do not implement business logic in their databases. This is in stark contrast to many commercial databases where this is a common practice. In the first case, all the heuristics are kept at the application layer, and the database has little or no effect on the data quality.

article thumbnail

Simplify complexity with full code-level visibility into your PHP CLI application (Early Adopter)

Dynatrace

PHP is currently one of the most popular programming languages, thanks to the richness of its functions, ease of use, and simplicity. Besides being the most popular web server back end, PHP is also commonly used for developing microservices, shell applications, high-scale back ends, and for scheduling automated tasks. to PHP 7.3.

Code 133
article thumbnail

Crucial Redis Monitoring Metrics You Must Watch

Scalegrid

Redis® is an in-memory database that provides blazingly fast performance. This makes it a compelling alternative to disk-based databases when performance is a concern. You will need to know which monitoring metrics for Redis to watch and a tool to monitor these critical server metrics to ensure its health.

Metrics 130
article thumbnail

SQL Server Trivial Execution Plans

SQL Shack

Introduction SQL is a non-procedural programing language that means the database users only code what they want to do and they can’t describe how […].

Servers 83