...
…..given the current Score design, what are the issues to employing such approaches and what changes are needed to effectively employing the approach……..…..specifics to consider
Need to separate database schemas for End User Content and Developer Content
How to recognize a which database schema a particular ID is about?
User ID generator/management like Twitter??
Just use database schema to give context?
Pros
Less sensitive to DB schema change
Cons
May take longer
DB script that includes only new/updated records (The diff approach)
Approach detail
….how to do this…..how does the approach works….
...
…..given the current Score design, what are the issues to employing such approaches and what changes are needed to effectively employing the approach……..…..specifics to consider
Pros
Faster
Cons
Sensitive to database schema change