Newest Questions

0 votes
1 answer
26 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
61 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
133 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
45 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
51 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
72 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
87 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
72 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

15 30 50 per page