Newest Questions
0votes
0answers
4views
Metadata Persistence Issue on Control Node
EnvironmentDolphinDB Version: 3.00.2.6Deployment Type: Cluster (control node + 2 data nodes)OS: Windows Server 2019Problem DescriptionI'm encountering a metadata persistence issue on the ...
0votes
0answers
17views
Use of extended events for catching anti patterns : Not catching properly
I am using extended events and its not capturing anti patterns properly. It is missing many ant pattern queries.What might be the reason ?
0votes
0answers
12views
When querying for recently run queries, can I group them by some connection identifier?
Looking at the two methods illustrated here and here to retrieve the most recently run queries in a certain timeframe (and their parameters), is there a way to group or link queries by the connection ...
0votes
0answers
12views
MySql Query performance was significantly degraded
Query performance was significantly degraded, in some cases hitting a 20min connection timeout with a query that normally runs in < 1min. Web applications that are heavily dependent on DB queries ...
1vote
0answers
28views
Why can’t I detect a previous failed attempt of the current SQL Agent job step during a retry?
I am trying to detect, from within a SQL Agent job step itself, whether the current step is being retried (i.e., whether it has already failed once in the same job execution).My SQL Agent job is ...
3votes
1answer
56views
SQL Server with Latin1_General_CI_AS collation migrating to Postgres 18
We are migrating from SQL Server 2022 to Postgres 18.We were using CIText for case insensitive functionality similar to SQL Server with collation English_United Kingdom.1252.With the release of ...
0votes
1answer
27views
Can CREATE DATABASE ... FOR ATTACH be used to seed an Availability Group with a SAN snapshot?
Users of SQL Server 2022 can use SAN snapshots to seed an Availability Group, as shown here. However, this uses 2022 constructs like BACKUP DATABASE ... WITH METADATA_ONLY.I am on SQL Server 2022, ...
0votes
1answer
36views
Updating stats other than sp_updatestats
I am hosting a SQL Server database at a customer and need to run sp_updatestats.My user that has been assigned does have db_owner permissions but they cannot give me sysadmin permissions. From what I'...
-1votes
1answer
20views
Why does migrate fail with "Memory size of append data exceeds max limit" when restoring a TSDB table?
I have a DolphinDB table dfs://derived_financial_metrics_bk.financial_metrics which is partitioned by DAY and uses the TSDB engine.I successfully backed up the entire table using the backup function ...
0votes
0answers
2views
Impact of writes on DC specific Master which is actually slave of Main Group replication
Team have Database architecute where orgnisation having 10 datacenter . On primary datacenter databasee having 3 node Group replication cluster and Group replication cluster replicating data across ...
0votes
1answer
33views
SSAS 2019 Tabular processing returns “Success” with 0 rows when using Snowflake via ODBC (MSDASQL)
I’m migrating an on‑prem SSAS 2019 Tabular model from SQL Server (local) to Snowflake. The model is deployed, and I’ve added a new legacy data source via 64‑bit ODBC. Processing a table in SSMS ...
0votes
0answers
18views
New infrastructure purchased by organization - best way to proceed
I am a relatively new DBA in a small university which is in the process of large scale infrastructural change. It's my first official role as DBA.While I'm in charge of the Oracle cloud database (...
0votes
2answers
23views
Are leaf nodes on an InnoDB secondary index sorted by both secondary and primary key columns?
For example, if a table has columns A, B, ID, and (ID) is the primary key, and (A) is a secondary index.I wonder if the leaf nodes on the secondary index (A) is sorted by (A,ID), or just (A), and the ...
1vote
1answer
225views
How to avoid an "invalid locale" error when restoring a dump from Windows to Debian Linux?
Postgres 17 cluster is in Windows server in Estonian locale. Databases are defined likeCREATE DATABASE mydb WITH OWNER = mydb_owner ENCODING = 'UTF8' LC_COLLATE = 'et-EE' LC_CTYPE ...
2votes
1answer
134views
After recovering from session timeout expiry, at what point does the primary start waiting on synchronous replicas to harden?
The documentation tells us what happens when session timeout for a synchronous Availability Group replica expires"Even if a disconnected replica is configured for synchronous-commit mode, ...
