Store database, good pattern for simultaneous access

Posted by dygi on Stack Overflow See other posts from Stack Overflow or by dygi
Published on 2010-03-13T13:00:06Z Indexed on 2010/03/13 13:05 UTC
Read the original article Hit count: 190

Filed under:
|

I am kinda new to database designing so i ask for some advices or some kind of a good pattern.

The situation is that, there is one database, few tables and many users. How should i design the database, or / and which types of queries should i use, to make it work, if users can interact with the database simultaneously? I mean, they have access to and can change the same set of data.

I was thinking about transactions, but I am not sure, if that is the right / good / the only solution.

I will appreciate some google keywords too.

© Stack Overflow or respective owner

Related posts about sql

Related posts about mysql