docs: AGENTS.md, README.md, and architecture documents 업데이트하여 서버+시나리오 프로파일 개념 정립
This commit is contained in:
@@ -11,7 +11,9 @@ fields. Use this as the starting point for Prisma models and migrations.
|
||||
- Keep JSONB values as objects (not arrays or scalars).
|
||||
- Use partial or expression indexes when a JSONB key becomes a hot filter.
|
||||
- If multiple server profiles live in one database, add `server_id` to every
|
||||
table and index it; otherwise, use one database per profile.
|
||||
table and index it; otherwise, use one database per profile. Scenario
|
||||
selection is still required at build/runtime, but does not change the DB
|
||||
partitioning baseline.
|
||||
|
||||
## Meta Policy (Reset)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user