Files
skillfactor-pipeline/adapters/claude/dist/database-administrator/competences/define-database-physical-structure.md
skillfactor-pipeline 5c03e07ded fix(homepage): chat example in English, simpler case, real chat bubbles
Simpler story (slide decks unread -> three-bullet status email), proper
Claude-chat look with avatars and bubbles on both sides. Canonical trigger
prompt switched to English everywhere (homepage, architecture, both
adapter generators rebuilt) - V7 consistency green, all checks pass.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PDKeXvpT6tENSvyQGLV1Uq
2026-07-10 06:01:43 +02:00

1.2 KiB
Raw Blame History

esco_uri, esco_label, relation, onet_soc, source, confidence, qa_count, generator, generated
esco_uri esco_label relation onet_soc source confidence qa_count generator generated
http://data.europa.eu/esco/skill/022dc430-872a-473a-9cf4-fed4895e58ad define database physical structure essential 15-1242.00 model-knowledge high 0 gemma3:27b (prompt-designed and spot-checked by Claude) 2026-07-10

define database physical structure — Database Administrator

As a Database Administrator (DBA), 'defining database physical structure' isnt just about knowing data types; it's about making informed decisions that directly impact performance, scalability, and storage costs. Daily tasks involve translating logical data models into concrete implementations choosing appropriate filegroups for SQL Server, tablespaces for Oracle, or storage engines like InnoDB/MyISAM in MySQL. You'll be specifying index strategies (clustered, non-clustered, covering) based on query patterns, carefully selecting data types to balance precision with storage efficiency, and defining constraints to ensure data integrity. This isnt a one-time setup; its ongoing refinement as application needs evolve.

Weitere Anreicherung

Stage-2 source for future practitioner grounding: arXiv cs.SE (software-engineering preprints).