Y
Hacker News
new
|
ask
|
show
|
jobs
by
pdpi
4074 days ago
On the other hand, not being able to hit the filesystem because you have those four queries running is... not so helpful.
In general, this looks like it could be a performance bottleneck for highly-concurrent applications.
1 comments
simpleigh
4074 days ago
I agree with this - the right place to restrict the number of concurrent database queries is the database, not the whole IO layer!
link