Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
shivasaxena
79 days ago
|
parent
|
context
|
favorite
| on:
Postgres LISTEN/NOTIFY does not scale
Yes, we already have all of our business logic in postgres functions(create_order, create_partial_payment etc).
Doing the extra work in stored procedures is noticeably faster than relying on triggers.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Doing the extra work in stored procedures is noticeably faster than relying on triggers.