Y
Hacker News
new
|
ask
|
show
|
jobs
by
vladich
113 days ago
Won't work well if it executes 20k+ queries per second. Filesystem will be a bottleneck among other things.
1 comments
_flux
113 days ago
You can put more than one function in one file.
link
vladich
112 days ago
Sure, but not more than one query per file
link
_flux
112 days ago
Hm, what is preventing from putting more than one query into the same file?
link
vladich
112 days ago
The fact that you plan and execute query by query?
link