Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
samlev
on Dec 24, 2011
|
parent
|
context
|
favorite
| on:
Super Meat Boy leaves database wide open
You should try locking the tables first. Maybe other people connecting is slowing it down, so a full table lock would be a good idea.
Remember to keep the lock alive after the query finishes, just in case you need to query it again...
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Remember to keep the lock alive after the query finishes, just in case you need to query it again...