Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
5 views

Postgres 17 cluster is in Windows server in Estonian locale. Databases are defined like CREATE DATABASE mydb WITH OWNER = mydb_owner ENCODING = 'UTF8' LC_COLLATE = 'et-EE' LC_CTYPE ...
Andrus's user avatar
  • 123
0 votes
0 answers
6 views

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, ...
J. Mini's user avatar
  • 1,360
0 votes
0 answers
30 views

Apologies if this is a duplicate question but I was unable to find the correct result but that could be down to the phrasing of my question but here goes. I have a table with BIGINT primary keys. I ...
UrbanwarfareStudios's user avatar
0 votes
0 answers
26 views

Are constraints (specifically: foreign key) errors being logged on the server side (MySQL 8.0.39)? The question arose because there was a migration problem and the number of errors exploded on the ...
AndersonCode42's user avatar
0 votes
1 answer
44 views

Question I know TSQL is the SQL dialect of Microsoft dialect. However, I failed to find an equivalent for PostgresSQL. Thus I ask, what is the name/abbreviation of the PostgreSQL dialect? My initial ...
rugk's user avatar
  • 103
0 votes
0 answers
12 views

I'd like to know if there's some way to do a massive import of blob files in SQLDeveloper, indicating such blob files in the file system and how it would have to do the import Right now, it looks that ...
user2638180's user avatar
0 votes
0 answers
17 views

I need to configure for 1 maxscale, then upload the configuration to Galera DB Cluster of 3 nodes. Maxscale nodes added later will pull the configuration from the Database cluster, not synchronize ...
user avatar
0 votes
1 answer
24 views

I am running DolphinDB Server (version 2.00.16.4) on a Linux virtual machine on my MacBook (Apple Silicon / ARM architecture). When I try to load the MySQL plugin, I encounter the following error: ...
xiyan zheng's user avatar
1 vote
1 answer
45 views

After installing SQL Server Profiler 22, I get the following error when opening the application? --------------------------- PROFILER.exe - System Error --------------------------- The code execution ...
Mitch's user avatar
  • 2,708
3 votes
0 answers
45 views

It is extensively documented that shrinking any data files that have LOB pages is awful: Microsoft says you need to read the whole partition once for every page you want to move. The well-known ...
J. Mini's user avatar
  • 1,360
0 votes
0 answers
5 views

I am trying to confirm a particular role is not in use before I delete it. The query_history view supplies the name of the primary role; however there's a chance it might also be in use as a secondary ...
syntheticbrain's user avatar
0 votes
0 answers
38 views

I'm trying to do an automated installation of SQL Server Express via powershell, aided by chocolatey. First, I install chocolatey using the following PowerShell snippet: Set-ExecutionPolicy Bypass -...
Josh Brunton's user avatar
3 votes
1 answer
145 views

I am comparing how PostgreSQL and SQL Server protect data pages from torn writes. PostgreSQL has a feature called full_page_writes. On the first modification to a page after a checkpoint, PostgreSQL ...
Artashes  Khachatryan's user avatar
0 votes
0 answers
15 views

--EN Hello. Oracle Database 11gR2. There are two Refresh Groups: RG01 and RG02. Both refresh groups use the same database link. RG01 contains non-updatable materialized views, while RG02 contains ...
ymzz's user avatar
  • 1
1 vote
1 answer
38 views

I have tables with very large numbers, which are entered using scientific notation (e.g. 1e100). But when in the PostgreSQL's psql client (as of 18.x), they get expanded into the full length: # SELECT ...
tinlyx's user avatar
  • 3,850
0 votes
0 answers
34 views

I wonder if anyone is up-to-date with the workings of Fail-over cluster in Windows Server 2025. Since each version has their changes. We are doing a test setup of 3 nodes on 1 location, 3 nodes on the ...
Smee's user avatar
  • 1
0 votes
0 answers
14 views

I'm trying to import a dmp file in my database, so far this is the steps I've followed in a guide about how to import a dmp file in SQLDeveloper: Open SQL Developer and connect to your database. Go to ...
user2638180's user avatar
0 votes
0 answers
18 views

I'm looking into Linux VRFs i.e. support for virtual routing and forwarding. The documentation mentions: Applications that are to work within a VRF need to bind their socket to the VRF device: ...
Bakuriu's user avatar
  • 101
0 votes
1 answer
44 views

I encounter a startup failure when initializing my DolphinDB node. The error message points to a scheduled job deserialization issue: :Failed to unmarshall the job [schedulejob1]. Failed to ...
Liu lu's user avatar
  • 3
0 votes
0 answers
30 views

First time asking a question here. I'm making an assignment for my database class where I need to migrate a few tables from an OracleDB relational database to a MongoDB database using the mongodb-...
5ub4k3m1's user avatar
3 votes
1 answer
155 views

On three different production servers, the following query against sys.databases: USE master; GO SELECT name FROM sys.databases WHERE name NOT IN ('master','tempdb','model','msdb'); Results in this ...
Joe Obbish's user avatar
  • 33.3k
1 vote
0 answers
23 views

I'm evaluating GridDB Cloud for a high-throughput IoT workload and encountered behavior that I can’t fully explain using the available documentation. I have a TimeSeries container using default ...
VIK's user avatar
  • 51
1 vote
2 answers
100 views

On MSSQL (our DB size is 520g), there is one filestore table that holds tons of files. 65-70% of this 520g is sitting in there. So essentially, it's a 200g database with 320g worth of files in this ...
James Johnson's user avatar
0 votes
1 answer
29 views

I'm complining a stored procedure as user with DBA role. The stored procedure contains several "DELETE" statements. For each of them I'm getting: PL/SQL: SQL Statement ignored PL/SQL: ORA-...
beginner_'s user avatar
  • 221
5 votes
0 answers
139 views

The (still online) documentation for MS SQL Server 2005 states that BEGIN...END blocks can be used within CASE when it needs to execute a sequence of statements: The BEGIN and END statements are used ...
Dai's user avatar
  • 692
0 votes
0 answers
19 views

The flow table exceeded its length and was not automatically deleted. The speed of writing quotes to DolphinDB is about 10,000 lines per second. dolphindb code: colNames = `securityid`date`time`...
ass shark's user avatar
-2 votes
0 answers
26 views

建表代码 // pub_shl2_rapid colNames = securityiddatetimelocal_timequote_typemarketprecloseopenhighlowlasthighlimitlowlimitiopvtotal_volume_tradetotal_value_tradeask_pricesbid_pricesask_volumesbid_volumes ...
ass shark's user avatar
0 votes
1 answer
25 views

I'm running DolphinDB in a Docker container and restarting the container daily (creating a new container each time). My core requirement is: Export data from regular stream tables (non-persistent ...
Liu lu's user avatar
  • 3
1 vote
2 answers
59 views

We have multiple webshops with 500.000+ customers, it sometimes occur data becomes faulty due to a bug or a failed import. We currently fix this by executing queries correcting the data directly on ...
O'Niel's user avatar
  • 73
3 votes
1 answer
132 views

Given two tables counter and cnt_source defined like this: create temporary table counter (key bigint, count bigint); create unique index counter_key_uniq on counter (key); create temporary table ...
DS-Charlie's user avatar
0 votes
2 answers
42 views

I'm supporting a new system that's going live next month. I'm trying to have PostgreSQL log any long-running (over 1 second) queries to the error log. I've set the following parameters: log_duration: ...
Swechsler's user avatar
  • 183
0 votes
0 answers
34 views

On a PostgreSQL 15 server we are facing an issue with storage occupied by pg_largeobject table. During development, the team migrated an application from Oracle but did not handle PostgreSQL large ...
Blax's user avatar
  • 3
0 votes
1 answer
31 views

version: v3.00.3 2025.05.15 LINUX x86_64 I'm running a single-node DolphinDB (Community Edition) instance, and I recently needed to migrate the entire data directory from /mnt/data2/DolphinDB to /mnt/...
coleduck's user avatar
0 votes
1 answer
50 views

I'm restoring a database for an investigation at a point in time and trying to use STOPAT but it seems ineffective. The database has a mix of read-write and read-only FileGroups. I restore the full D, ...
fiat's user avatar
  • 129
0 votes
0 answers
32 views

I am trying to set up queues within the same database (on the same server instance). I would like a ProcessStart queue and a ProcessEnd queue. The ProcessStart queue will receive messages with a set ...
squillman's user avatar
  • 1,227
-1 votes
1 answer
23 views

After completely copying the program directory and data directory of DolphinDB to another machine, the startup proceeds without errors, and the databases and tables are visible on the web interface. ...
Ryan's user avatar
  • 1
0 votes
1 answer
71 views

I have a table with around 30Mio entries using around 50GB of space on disk. It is defined as: CREATE TABLE `embeddings_value_def_default-small` ( `embeddings_def` INT(11) UNSIGNED NOT NULL, `...
Tino Schöllhorn's user avatar
0 votes
0 answers
20 views

I have a MariaDB of version 10.6.22-18 (Enterprise) and the disk partition bearing the DB has 98% disk utilization. Hence, I checked whether we have tables with lots of DATA_FREE, and, fortunately, I ...
user214289's user avatar
2 votes
1 answer
86 views

We encountered an issue with view metadata becoming stale on a readable secondary replica in an AlwaysOn Availability Group. The views on the primary replica worked fine after a fix, but the secondary ...
adam.g's user avatar
  • 487
-1 votes
0 answers
70 views

I am trying to create a SQL linked server between two SQL servers. Logged into SSMS as my domain account, created the linked server with another domain service account on both source and target ...
PTL_SQL's user avatar
  • 447
2 votes
1 answer
230 views

I am a newcomer to Stack Exchange who is a beginner self-studying SQL. I need help troubleshooting an issue related to bulk inserting data from CSV files into SQL tables. Environment: SQL Express SQL ...
0.5stepdown's user avatar
0 votes
1 answer
42 views

I have a multitenant app where I'm having some trouble modeling the Address tables. It's an Enterprise App so the database is quite big. Since tenants, users and persons can have N addresses I've ...
Alan Graton's user avatar
0 votes
1 answer
28 views

I run a nightly job that compares SQL Agent jobs between AG nodes. On some of the jobs that run SSIS packages, there is a slight difference in the command line tab. The jobs run ok on both nodes but ...
AlexP012's user avatar
1 vote
0 answers
85 views

I'm helping out someone where it looks like their previous developer stored some data tables in the Master database in SQL Server Express 2014. I don't know if it was to see if one could get around ...
user avatar
0 votes
1 answer
51 views

I'm encountering an issue where I cannot properly delete a database because some chunks are in "recovering" state. Environment: DolphinDB Version: 3.00.2.4, Single mode OS: Centos 7.7 What ...
Liu lu's user avatar
  • 3
0 votes
1 answer
58 views

When writing SQL queries against a large PostgreSQL database, I am seeing phantom reads despite setting the transaction isolation level to READ COMMITTED. Can you provide a concrete example of a multi-...
Awais Khan's user avatar
2 votes
1 answer
377 views

For all HA or DR solutions in SQL Server, I have heard that it is smart to have a table with a timestamp column in each database and to have an Agent Job run every minute to update that timestamp with ...
J. Mini's user avatar
  • 1,360
0 votes
1 answer
25 views

I am making a query as user postgres via my current user, xyz. I am returning the results of this query as JSON. I want to save this (huge) JSON into a file owned by my current user xyz. And I do not ...
bliako's user avatar
  • 103
0 votes
2 answers
58 views

I have a table with below structure: create table TEST_REFUND_CASHOUT ( f_gdate DATE, trackingcode VARCHAR2(4000), cashout_trackingcode VARCHAR2(4000), cashout_date ...
Pantea's user avatar
  • 1,502
0 votes
0 answers
20 views

Time | T11 | T12 | T13 -------------------------------------------- t1 | r(x) | | t2 | | w(x) | t3 | w(x) | | t4 | | ...
zeeshanseikh's user avatar

15 30 50 per page
1
2 3 4 5
2106