Y
Hacker News
new
|
ask
|
show
|
jobs
by
akbar501
3910 days ago
Beyond replication and sharding, another key point of differentiation with RethinkDB is data sync/push.
1 comments
robert-zaremba
3909 days ago
PostgreSQL support that through triggers and Notify (www.postgresql.org/docs/9.4/static/sql-notify.html). You may look into chat example:
https://gist.github.com/quiver/4240546
link