Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
57 views

SELECT o FROM Order o WHERE o.customerEmail LIKE %:emailPart% are there any RDBMS (PostgreSQL) index type which can improve performance of the query above? (i.e. which index can help on like clause?)
J.J. Beam's user avatar
  • 3,181
Advice
0 votes
0 replies
43 views

I'm new to ScyllaDB and I'm trying to install ScyllaDB Manager. However, I’m having trouble following the instructions on the official website because some steps seem to be missing. Can anyone point ...
user3756610's user avatar
-2 votes
0 answers
36 views

I am having trouble implementing a dynamic relative path in Power Query to ensure the portability of my projects My project structure is always the following /Project_Name/Resultats.xlsx (...
Maxence Piron's user avatar
Advice
0 votes
3 replies
38 views

My case study project inventory system tracks stock and updates stock after every sale of a FMCG (Fast-moving consumer goods) business. Since it is FMCG, they get stock by consignment and the database ...
Imran Haziq Bin Khairul Anuar's user avatar
-1 votes
1 answer
42 views

I need to unlock a Pervasive database. I managed to retrieve one, and need to transform it to readable data, or import it to another database. However, we don't have the DDF files. This DB is from ...
Wouter Pleijsier's user avatar
-3 votes
0 answers
38 views

I am setting up a database configuration for a web application with multiple environments: local development staging production I often see projects using a different database for each environment and ...
federico franzi's user avatar
0 votes
0 answers
90 views

I am sorry if it's asked already, I just migrated to Prisma V7 and am stuck with an unsolvable error. SCRAM-SERVER-FIRST-MESSAGE: client password must be a string The server runs fine, Though the ...
Magstar Dev's user avatar
-1 votes
1 answer
62 views

I have an app for listing my books. I want to test my code in chrome and firefox both, using the fixture in my database but without touching the real database. In the database I have some data for the ...
fabio's user avatar
  • 1,387
Tooling
0 votes
1 replies
50 views

I'm analysing a case that a data warehouse can be used instead of CRM - as a base that collect all information about customers, offers, invoices and soon. I will scrape data from 3 already existing ...
Pospiesz's user avatar
0 votes
1 answer
58 views

I’m trying to understand when to use a static background worker vs a dynamic one in PostgreSQL. From what I know so far: Static workers are registered during postmaster startup Dynamic workers can be ...
Ayush Vatsa's user avatar
Advice
0 votes
3 replies
69 views

I am working on a highload system, which needs to process quite a lot of events, but not an insanely huge amount. The data ingested has to be editable during a short period of time, and then the need ...
Ibolit's user avatar
  • 9,790
0 votes
1 answer
33 views

I have been trying to start exploring the Reactome Graph Database today following the instructions given at https://reactome.org/dev/graph-database#GetStarted I have installed Neo4j Desktop 2 (version ...
Capo Mestre's user avatar
Advice
0 votes
0 replies
16 views

Function Table ER Model I am currently designing the database schema for a Pet Grooming Appointment System (focusing solely on the appointment functionality, excluding user registration). I've ...
RCYJ's user avatar
  • 1
Best practices
3 votes
5 replies
170 views

I’m trying to efficiently read about 10 million rows (single column) from a database table in Python and I’m not sure if my current approach is reasonable or if I’m missing some optimizations. ...
sandeep gajula's user avatar
1 vote
0 answers
92 views

I have several models in my application, which have associations between each other. I'm trying to recursively upsert them, but haven't been able to find a good solution that doesn't extensively rely ...
MrArsikk's user avatar

15 30 50 per page
1
2 3 4 5
12938