Per second how many transactions can be performed in sql??? I mean how to connection can be connected and how many queries can be performed!?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Per second how many transactions can be performed in sql??? I mean how to connection can be connected and how many queries can be performed!??

Help me out guys

22nd Sep 2016, 4:39 AM
Winston David
Winston David - avatar
2 Answers
+ 1
Depends on your engine, I assume you're probably using InnoDB. In that case there is no raw transaction limit, it's only limited by the "redo-log" size. For larger transactions you can set innodb_log_file_size to something like 256M or more.
22nd Sep 2016, 7:53 PM
Luke
Luke - avatar
0
Thanks much for replying Luke... And So that means per query we can set the size!?? Is that what you mean!??
22nd Sep 2016, 7:57 PM
Winston David
Winston David - avatar