Hacker News new | ask | show | jobs
by jagtstronaut 1087 days ago
This is cool I probably will do this.
1 comments

Just mind the isolation level of concurrent queries which may be running. By default you are probably fine since it's usually snapshot isolation mode (will only see committed results as of query start) but there are other modes that break this.