Remove c
article thumbnail

MongoDB SSL with self-signed certificates in C#

Scalegrid

If your application connects to the production database over a public network, do reach out to support@scalegrid.io In this blog post, we show you two methods to securely connect to a MongoDB server configured with self-signed certificates for SSL, using the official C# MongoDB driver. to learn more about this. Prerequisites.

C++ 244
article thumbnail

Database sizes for HammerDB TPC-C/ SQLserver

n0derunner

Taken from SQLserver properties immediately after creating the TPC-C like schema in HammerDB and then using server and then using Tasks->Shrink->Database. Warehouse Count Database size 10 826 MB 100 8,057 MB. The post Database sizes for HammerDB TPC-C/ SQLserver appeared first on n0derunner.

C++ 40
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

HammerDB v4.10 New Features: Purge and Write back for MariaDB TPROC-C

HammerDB

Many of the HammerDB TPROC-C workloads have included features to prevent the database doing maintenance tasks for the previous run whilst another run is taking place. maria_purge = true } With this setting enabled, run your MariaDB TPROC-C workload as normal. Otherwise if you have version 10.7.0 tpcc { maria_count_ware = 30.

C++ 62
article thumbnail

Identify Active Databases and Users in MySQL

Percona

Database administrators often need to identify inactive databases and users to save resources. This can be done using various methods to determine which databases and users are frequently accessed. We can save disk space and other resources by purging inactive databases and users.

Database 101
article thumbnail

Is ANALYZE TABLE Safe on a Busy MySQL Database Server?

Percona

Percona Distribution for MySQL is the most complete, stable, scalable, and secure open source MySQL solution available, delivering enterprise-grade database environments for your most critical business applications… and it’s free to use! Users of all three major Percona Server for MySQL series – 5.6.38+, 5.7.20+, and 8.0.x

Servers 101
article thumbnail

Why you should benchmark your database using stored procedures

HammerDB

HammerDB uses stored procedures to achieve maximum throughput when benchmarking your database. HammerDB has always used stored procedures as a design decision because the original benchmark was implemented as close as possible to the example workload in the TPC-C specification that uses stored procedures. What is a stored procedure?

article thumbnail

Getting Started with MongoDB Atlas and Azure Functions using.NET and C#

The Polyglot Developer

However, what happens when you need to include a database in the mix? Scaling your MongoDB database and Azure Functions to meet demand is easy, making them a perfect match. The post Getting Started with MongoDB Atlas and Azure Functions using.NET and C# appeared first on Microsoft.

Azure 59