Skip to main content

Questions tagged [performance]

An evaluation of whether a system works well enough to be fit for purpose. Normally performance refers to the speed with which a system completes an operation or set of operations over time.

0 votes
0 answers
29 views

I have multiple publication in the sql server with SQL Server version: 2017 Transactional REplication Distributor and Publisher are in the same server Subscriber is on the different server Also: 9 ...
Dmitriy Ryabin's user avatar
0 votes
1 answer
107 views

I’m running MySQL server on Linux. I have a long-standing issue on my database server — it keeps consuming an excessive amount of memory for no clear reason. As a result, I was forced to periodically ...
n0whereman's user avatar
0 votes
0 answers
54 views

We have observed an unusual CPU behavior on our SQL Server 2022 (Core Edition) starting from a specific date. The issue is that a few specific CPU cores — particularly cores 1, 7, 14, and 21 — ...
Mohammad Safyar's user avatar
0 votes
1 answer
37 views

I have a 24-node cluster that receives 400k to 600k ops/s at a latency of approximately 15ms-20ms at the 99th percentile. I haven't found the reason why after restarting the nodes, writes increase to ...
Enrique Alcocer's user avatar
0 votes
1 answer
54 views

I am running Fedora 42 KDE spin, and the output from mysql -V is mysql Ver 15.1 Distrib 10.11.11-MariaDB, for Linux (x86_64) using EditLine wrapper I have a script that runs weekly that creates a ...
Jeff's user avatar
  • 161
-1 votes
1 answer
53 views

I recently came across the NKTg Law on Varying Inertia in physics, which describes an object’s movement tendency based on its position (x), velocity (v), and mass (m), with m allowed to change over ...
TheNKTLaw's user avatar
3 votes
2 answers
505 views

I’m trying to track impacts of stored procedure executions - CPU time, execution duration, logical/physical reads, memory grants, etc. - in order to visualize them. In particular, I'm looking for ...
Kaaniche Emna's user avatar
0 votes
1 answer
60 views

In the course of optimizing my MariaDB database I have tried the following query (found in this blocg post): ANALYZE TABLE <my_table> PERSISTENT FOR ALL; The command runs without an error, ...
comodoro's user avatar
  • 103

15 30 50 per page
1
2 3 4 5
433