Operations | Monitoring | ITSM | DevOps | Cloud

Databases

The latest News and Information on Databases and related technologies.

How to benchmark your database management system | Data & AI Masters | Canonical

In this talk Mohamed Nsiri will provide a step-by-step guide on how to perform a benchmark of a given database management system configuration. We will explain how to assess the performance impact of a change (in memory, cpu speed, etc.) and how to universally compare different setups. The workshop will cover various factors that can significantly impact the performances of your databases including number of concurrent users, workload pattern and more.

Monitor your Pinecone vector databases with Datadog

Pinecone is a vector database that helps users build and deploy generative AI applications at scale. Whether using its serverless architecture or a hosted model, Pinecone allows users to store, search, and retrieve the most meaningful information from their company data with each query, sending only the necessary context to Large Language Models (LLMs). By providing the ability to search and retrieve contextual data, Pinecone enables you to reduce LLM hallucinations and enhance data security.

How to Handle Null or Empty Values in SQL Server

When working with databases, we often encounter rows that lack data. This missing data may result from unknown or inapplicable values, errors during data import or input, or specific calculations involving non-existent values. In such cases, there are two ways to represent missing data: NULLs and empty (or blank) values. While these might seem identical at first glance, they are different and impact essential database operations in distinct ways.

Simple Talks Podcast - Episode 13 - Ending the Season Together

Today, all the hosts (Louis Davidson, Ryan Booz, Kellyn Gorman, Steve Jones, and Grant Fritchey) get together for a festive adjacent discussion about AI, content, books, community, vector, PIVOTing, observability, and we end up with a brief discussion on gluten-free gingerbread men (because we did!) All this, though absolutely none of us broke into song like a Hope/Crosby musical!

VictoriaMetrics helps IHI Terrasun Win Big in Vegas on $1.2B Clean Energy Project

We’re happy to announce that VictoriaMetrics, open source time-series database and monitoring solution, and IHI Terrasun Solutions, a leading energy storage system integrator, have partnered on one of North America’s largest clean energy projects! The Gemini Solar + Storage project, which is carefully situated on less than 5,000 acres, is designed to provide clean energy for up to 10% of Nevada’s electricity needs during peak use times.

DBaaS Explained

Managing databases is a real pain point for businesses. It is time-consuming and complicated, and it often distracts resources away from main operations. This is where database as a service (DBaaS) comes into play. DBaaS is revolutionizing the way organizations manage their data—tremendously faster and in a much more secure manner. It is a cloud-native solution that manages your database problems. You no longer have to build and maintain your own database infrastructure.

NiCE Oracle Management Pack | 5 Minutes Explainer Video

This short video will give a quick overview of the main features of the NiCE Oracle Database Management Pack, such as Discovery, Monitors, Diagnostic Tasks, Performance and Logfile Monitoring, Reporting, and, of course, Security aspects of advanced Oracle database monitoring.

How to Migrate Your Website to ASP.Net Hosting: A Step-by-Step Guide

Migrating your website to ASP.Net hosting can seem like a daunting process, but with careful planning and the right steps, it can be seamless and efficient. ASP.Net hosting offers robust performance, scalability, and security features, making it an excellent choice for developers and businesses alike. This step-by-step guide will walk you through the migration process, ensuring that your transition to ASP.Net hosting is smooth and hassle-free.

Common Oracle Cloud Infrastructure (OCI) monitoring challenges

Oracle Cloud Infrastructure (OCI) provides a robust, versatile platform for modern cloud deployments, catering to businesses with diverse needs, like multi-region scalability, high customization, and hybrid cloud integration. However, the complexity of its architecture and the sheer volume of data generated can present unique challenges in effectively monitoring it.

Managing Long-Running Queries in MySQL: Best Practices and Strategies

Long-running queries in MySQL can significantly impact the performance and availability of your database. They can consume server resources, lock tables, and block other queries, leading to cascading performance issues. In this blog, we will explore why long-running queries occur, how to detect them, and best practices for managing and optimizing them.