Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

is mysql support following things

Status
Not open for further replies.

rakesh76

Programmer
Feb 15, 2002
9
US

Dear Friends

I am new to mysql. I want to come to know following things.
whether mysql supporting or not.

1) Does it support Transaction Handaling
2) Does it support row level locking or Page level locking.
3) No. of Simultaneous users it can handle
4) Total database size in terms of MB/GB it can handle.
5) Backup and Restore Features.

Rakesh Sanghvi
 
hi

i think all answers for your questions can be found in the mysql documentation, but

1. yes - though there is some limitation on the table type
2. don't know
3. as i remember there was something about more than 1000 on linux systems
4. depends on the system - it's from GB to TB/table
5. yes
 
to fill the gap :
2. - yes.( )

3. The maximum number of connects to MySQL is dependant on how good the thread library is on a given platform. Linux or Solaris should be able to support 500-1000 simultaneous connections, depending on how much RAM you have and what your clients are doing ***************************************
Party on, dudes!
[cannon]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top