Skip to main content

Questions tagged [performance-testing]

0 votes
0 answers
19 views

While learning RML Utilities, I’m trying to generate an .RML file using ReadTrace. The tool fails because the trace must include the DTCTransaction event and its EndTime column, but EndTime is not ...
Manthan Prabhu's user avatar
2 votes
3 answers
230 views

We have a massive MS SQL Server production environment with thousands of tables in dire need of index tuning & pruning. Any suggestions on the best ways to test proposed changes outside of ...
Neil Laslett's user avatar
0 votes
1 answer
544 views

Assuming I partition a table of large size (say 6TB) by month. We are serving very high traffic of around 300 RPS. Sample schema Create table mydata( id int not null, date_created not null, uuid_val ...
Harshita Mishra's user avatar
5 votes
1 answer
651 views

I am trying to load test a simple insert stored procedure: CREATE TABLE _test(ID BIGINT) GO CREATE OR ALTER PROCEDURE dbo.test_sp AS BEGIN SET NOCOUNT ON; BEGIN INSERT INTO _test ...
Artashes  Khachatryan's user avatar
0 votes
1 answer
67 views

We have an onpremise production database . We are planning to move it to cloud. What types of Performance testing can be done ? Is it okay to start with stress testing first? Shall I start with load ...
user avatar
1 vote
3 answers
352 views

I am conducting a performance benchmark of parameters with numeric values (i.e., innodb_buffer_pool_size, max_heap_table_size, query_cache_size, tmp_table_size) on MariaDB (version 10.11.2) using ...
C. K.'s user avatar
  • 13
1 vote
1 answer
182 views

Database Application: Ver 8.0.30 for Linux on x86_64 (MySQL Community Server - GPL) Server: Ubuntu 18.04.6 RAM: 32GB CPUs: 8 core The underlying application framework is Drupal and it uses a query ...
Amit Sedai's user avatar
0 votes
1 answer
408 views

First, I'm asking this question because I'm studying to be a DBA. Recently I learned a lot about database locking, and then some questions arouse in my mind. Suppose I'm a DBA, I'm in charge of a huge ...
André Carvalho's user avatar
0 votes
0 answers
99 views

The task was assigned to me to check the performance of uploads and query execution separately for "read replica" turned on and turned off. Surprisingly when "read replica" was ...
Sajith P Shetty's user avatar
0 votes
1 answer
332 views

Before upgrading AWS RDS PostgreSQL version at production, I want to replay 1-hour recorded logs at the test instance. Unfortunately pgreplay is single-threaded application, limited by single CPU ...
mva's user avatar
  • 111
1 vote
1 answer
50 views

I've struggled to find the answer to get a perfect backup and restore for MySQL. I need to do performance test on a database so I need to make sure that the page files, indexes, fragmentation - the ...
Adam's user avatar
  • 113
1 vote
1 answer
251 views

I am using the Database Experimentation Assistant v2.6 to capture a workload using extended events (.xel) on SQL Server 2017 that is installed on an Azure VM. I'm then replaying it on a Azure SQL ...
Trevor Brent's user avatar
1 vote
2 answers
304 views

This would be more of General approach question rather than too technical: I have one of my application reach out to me wandering if we need to scale up SQL server in terms of CPU memory disk or CPU ...
BeginnerDBA's user avatar
  • 2,230
0 votes
1 answer
1k views

In my database I have the following a materialized view named materialized_view_test and the data are being feeded from 3 tables: select * from a_table join b_table on b_table.a_id=a_table.id ...
Dimitrios Desyllas's user avatar
2 votes
1 answer
102 views

We have been asked to confirm on some capacity test for one of our SQL server. Application team is building their new app servers with better infrastructure to connect to SQL server. Currently with ...
BeginnerDBA's user avatar
  • 2,230

15 30 50 per page
1
2 3 4 5 6