Today, only a single user can modify a database (while many users can read that database through the use of shares). It would be closer to a traditional data warehouse experience if multiple users could edit/insert/update/delete the same database. (Added on behalf of Dante Oz)
J
Javier Pastrana
Concurrent writing is really needed when dealing with large DBs & pipelines - splitting into manageable chunks, and inserting the results simultaneously