![]() | |
#1
| |||
| |||
|
#2
| ||||||
| ||||||
|
|
Hello mysql gurus! Mysql 5.1, windows 7/windows sever 2008. I have read the following topic: http://dev.mysql.com/doc/refman/5.1/...s-windows.html I wonder: 1. The documentation states that for Windows the value is 2048 but nothing is said about what Win OS version is regarded. Does this mean that: Mysql on Windows always uses POSIX AND no matter what version of OS it is it's always the same "C runtime library" THUS no matter what but if I am using Windows it is at most 2048 open files. |
|
2. Is this correct that 2048 is the limit for Mysql only and I do not have to take other processes (that also open files) into the consideration? |
|
3. What if I have 2 instances of Mysql server running on the same computer? Does this mean limit of 2048 open files per instance? Or per computer? |
|
4. Is "open files" the same as "open tables"? |
|
5. Is the command: "show open tables;" the correct way to find out how many open files are at the moment? Can I monitor this somehow to find out what the "expected" value for my application is? |
|
Thank you in advance for any help, Anatoly. |
#3
| ||||||
| ||||||
|
|
Mysql 5.1, windows 7/windows sever 2008. I have read the following topic: http://dev.mysql.com/doc/refman/5.1/...s-windows.html I wonder: 1. The documentation states that for Windows the value is 2048 but nothing is said about what Win OS version is regarded. Does this mean that: Mysql on Windows always uses POSIX AND no matter what version of OS it is it's always the same "C runtime library" THUS no matter what but if I am using Windows it is at most 2048 open files. |
|
2. Is this correct that 2048 is the limit for Mysql only and I do not have to take other processes (that also open files) into the consideration? |
|
3. What if I have 2 instances of Mysql server running on the same computer? Does this mean limit of 2048 open files per instance? Or per computer? |
|
4. Is "open files" the same as "open tables"? |
|
5. Is the command: "show open tables;" the correct way to find out how many open files are at the moment? |
|
Can I monitor this somehow to find out what the "expected" value for my application is? |
#4
| ||||||
| ||||||
|
|
Mysql 5.1, windows 7/windows sever 2008. 1. The documentation states that for Windows the value is 2048 but nothing is said about what Win OS version is regarded. Does this mean that: Mysql on Windows always uses POSIX AND no matter what version of OS it is it's always the same "C runtime library" THUS no matter what but if I am using Windows it is at most 2048 open files. |
|
2. Is this correct that 2048 is the limit for Mysql only and I do not have to take other processes (that also open files) into the consideration? |
|
3. What if I have 2 instances of Mysql server running on the same computer? Does this mean limit of 2048 open files per instance? Or per computer? |
|
4. Is "open files" the same as "open tables"? |
|
5. Is the command: "show open tables;" the correct way to find out how many open files are at the moment? |
|
Can I monitor this somehow to find out what the "expected" value for my application is? |
![]() |
| Thread Tools | |
| Display Modes | |
| |