Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
1 answer
96 views

Using SQL Server I am trying to create a foreign key constraint: Msg 1785, Level 16, State 0 Introducing FOREIGN KEY constraint 'FK_Staff_Subject_XRef_Batch' on table 'Staff_Subject_XRef' may cause ...
SANTHOSH V's user avatar
Best practices
0 votes
1 replies
59 views

I am building an apparel store platform composed of three primary domains: a shopper-facing application, an ERP-style business management system, and an external many-to-many supplier integration ...
hanzoera's user avatar
Best practices
0 votes
4 replies
62 views

I'm wondering if there's any point in a primary key if it encompasses ALL the fields in the table. I have a table with "board game id" (primary key, int, non null), "board game name&...
Philip H's user avatar
  • 420
Best practices
0 votes
2 replies
59 views

I am using the official **clickhouse-cs .NET driver(**https://github.com/ClickHouse/clickhouse-cs) with a ClickHouse cluster that has two nodes behind a network load balancer. My use case requires ...
Chaitanya Kulkarni's user avatar
Best practices
2 votes
3 replies
67 views

I am evaluating GridDB for an IoT application that stores continuous sensor readings from multiple devices. Each device sends temperature and humidity data every few seconds, and the dataset can grow ...
wali murtaza's user avatar
Best practices
0 votes
2 replies
54 views

I'm going to be working on developing a help/support system for a web app, and I'm thinking about the data structure beforehand. Authorized users should be able to create help texts/tooltips anywhere ...
Dennis Zanders's user avatar
Best practices
1 vote
0 replies
64 views

I’m building a system that will eventually store billions of rows of mostly append-only, time-series–style data. For now, I want something that: runs cheaply on a single Azure VM handles very high ...
Asray Gopa's user avatar
Best practices
0 votes
1 replies
79 views

I'm architecting an e-commerce platform for a pharmacy with highly diverse categories (Medicine, Cosmetics, Supplements), each requiring unique sets of attributes. I'm evaluating the trade-offs ...
منصور انور's user avatar
Best practices
0 votes
5 replies
84 views

I am looking for feedback on the normalisation of my physical data model which I designed for my school project for a service to match users based on their preferences. The data model is supposed to ...
1million_ naira's user avatar
Best practices
0 votes
2 replies
45 views

I'm playing around with Postgres 18 temporal keys. At the moment, I have this schema: CREATE EXTENSION btree_gist; CREATE TABLE customer ( id integer NOT NULL, valid_at daterange ...
Philippe's user avatar
  • 347
Best practices
0 votes
4 replies
104 views

I am designing a database schema in PostgreSQL for a notification system. I have several distinct "parent" entities that can trigger a notification log: order invoice shipment ...
Darryl Soh Soon Yong's user avatar
Advice
2 votes
3 replies
73 views

I am creating a database with temporal validity using date ranges in PostgreSQL 18.1. I want to place constraints which force the date ranges to be non-overlapping and adjacent (= there are no gaps). ...
Philippe's user avatar
  • 347
Best practices
2 votes
4 replies
71 views

I am designing a mobile application with a user login system. I am going to implement refresh tokens in order to allow for users to only have to log in once every 30 days. How do I differentiate each ...
Calax's user avatar
  • 91
Best practices
0 votes
6 replies
88 views

Table event records an instance of an event. Some events are repeating and should be referenced as a batch. I do not want to create a separate table as event_batch or something like this, as I just ...
Walker Farrow's user avatar
Best practices
1 vote
4 replies
59 views

Should resume skills be stored as JSON, BLOB, or normalized tables for analytics and search performance? I'm building a resume analyzer that extracts skills and stores them for analytics. Currently ...
jaysingh's user avatar

15 30 50 per page
1
2 3 4 5
1614