Remove maintaining-sql-server-indexes
article thumbnail

Master MySQL Point in Time Recovery

Scalegrid

This article delivers a practical roadmap for using backups and binary logs to achieve accurate MySQL recovery, detailed steps for setting up your server, and tips for managing recovery and backups effectively without overwhelming you with complexity. Insert the ‘log-bin’ directive into your server’s configuration file (my.cnf or my.ini).

Database 162
article thumbnail

Persist sampling rate for automatic SQL Server statistics updates

SQL Shack

This article explores Persist sampling rate feature for automatic SQL Server statistics update. Therefore, the database administrators proactively configure, monitor, and maintain database configurations. Indexes help DBA to optimize queries based on the user data requirements. […].

Servers 109
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

2019 Database Trends – SQL vs. NoSQL, Top Databases, Single vs. Multiple Database Use

Scalegrid

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 to track, and their most time-consuming database management tasks. SQL vs. NoSQL. SQL Databases. NoSQL Database Use: 39.52%.

Database 255
article thumbnail

UI Design Patterns That Don't Scale

SQL Performance

I want to talk about UI design choices that lead to data access patterns that are awkward to implement using SQL Server. Songs ( Album ) INCLUDE ( Band , DurationInSeconds ) ; CREATE NONCLUSTERED INDEX IX_Songs_Band ON dbo. The basic unit of SQL tuning is the query. Sort By Column. Paged Results.

Design 92
article thumbnail

PostgreSQL Vacuuming to Optimize Database Performance and Reclaim Space

Percona

It involves removing deleted or outdated rows from tables and indexes and updating statistics used by the query planner. To maintain consistency and prevent data loss due to concurrent updates, PostgreSQL employs multi-version concurrency control (MVCC). Multi-version concurrency control (MVCC).

Database 108
article thumbnail

The Lock Escalation Threshold – Part 1

SQL Performance

I happen to be using SQL Server 2019 CU16 but the details I’ll describe haven’t materially changed since partition level lock escalation was added to SQL Server 2008. request_request_id = CURRENT_REQUEST_ID ( ) ; END ; -- Index operational statistics. Testing environment. request_session_id = @@SPID.

article thumbnail

From Proprietary to Open Source: The Complete Guide to Database Migration

Percona

These vendors often provide integrated stacks that include the database, application server, and other components that seamlessly integrate. Think about your data and workload requirements and determine whether a relational (SQL) or non-relational (NoSQL) database suits them best. — to reflect the specifics of the new database.