robcrozier Posted November 29, 2007 Share Posted November 29, 2007 Hi all. OK, I'm doing a bit of a project for University at the minute and i need to address database concurrency as an issue. Basically what I'm trying to find out is - how concurrent is MySQL as standard (i.e. how many simultaneous transactions can it handle with ease?) and also how can it me made more concurrent? I've come across a few things while 'googling' the issue, like 'lock tables' for example however I'm not exactly sure how this works. If anyone can offer any help or useful links it would be much appreciated! thanks a lot! Quote Link to comment https://forums.phpfreaks.com/topic/79411-mysql-concurrency/ Share on other sites More sharing options...
fenway Posted November 29, 2007 Share Posted November 29, 2007 It can handle a relatively large number of threads in principle from the server side... it's the type of statements that you're running that will be the rate-limiting step. Quote Link to comment https://forums.phpfreaks.com/topic/79411-mysql-concurrency/#findComment-402064 Share on other sites More sharing options...
robcrozier Posted November 29, 2007 Author Share Posted November 29, 2007 thanks for that. The system that i intend to create for the UNI project will be an online auction. Obviously not as large as eBay etc, though, because it's for UNI they expect me to address the issues (i.e. concurrency that larger online auction sites like eBay would face. This would also be based on the number of potential transactions that would take place if the proposed system were the size of eBay. Have you any idea how many transactions, as an average MySQL can handle and also how can the speed of the statements be increased etc? cheers! Quote Link to comment https://forums.phpfreaks.com/topic/79411-mysql-concurrency/#findComment-402114 Share on other sites More sharing options...
fenway Posted November 29, 2007 Share Posted November 29, 2007 Too general a question.... Quote Link to comment https://forums.phpfreaks.com/topic/79411-mysql-concurrency/#findComment-402153 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.