Timeline for Designing database: split into different tables or group them together?
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 17, 2020 at 5:46 | vote | accept | tnkh | ||
| Jan 7, 2020 at 9:38 | answer | added | Martin K | timeline score: 1 | |
| Sep 7, 2019 at 8:13 | comment | added | Doc Brown | There is a chapter about modeling organization structures like this in Fowler's bool "Analysis patterns". Here you find this part online. And don't overthing performance beforehand, your will find out the real issues are at a completely different place. | |
| Sep 5, 2019 at 21:36 | answer | added | Egret | timeline score: 7 | |
| Sep 5, 2019 at 17:22 | comment | added | Delioth | Have you built a POC and gathered hard data on the performance of the solutions you've thought of? Any deliberate performance optimization without data guiding exactly what's wrong is worthless - you may very well identify a "problem" which you then "fix", only to find the original took 350ms and the optimized takes 347ms, while the part you weren't looking at (because you didn't profile) is doing an extra 150ms of processing. | |
| Sep 5, 2019 at 15:30 | review | First posts | |||
| Sep 7, 2019 at 8:07 | |||||
| Sep 5, 2019 at 15:28 | history | asked | tnkh | CC BY-SA 4.0 |