ReadySet Core: next-generation SQL caching, freely available
1–10 of 59 posts
Re: ReadySet Core: next-generation SQL caching, freely available
#2Re: ReadySet Core: next-generation SQL caching, freely available
#3Interesting. What would you say the use case is for this, rather than setting up read replicas? Not having to maintain routing to the replicas on the application side?
Re: ReadySet Core: next-generation SQL caching, freely available
#4Re: ReadySet Core: next-generation SQL caching, freely available
#5There was a cool article about intercepting the Postgres connection with Elixir not long ago: https://docs.statetrace.com/blog/build-a-postgres-proxy/
Re: ReadySet Core: next-generation SQL caching, freely available
#6Re: ReadySet Core: next-generation SQL caching, freely available
#7Woah, I had the same idea not so long ago. Right now I'm using GraphCDN but would much rather cache at the database level. Looks like this could be a drop in for lots of people already on Postgres & MySQL (meaning no more dog-slow Rails apps). There was a cool article about intercepting the Postgres connection with Elixir not long ago: https://docs.statetrace.com/blog/build-a-postgres-proxy/
Re: ReadySet Core: next-generation SQL caching, freely available
#8Woah, I had the same idea not so long ago. Right now I'm using GraphCDN but would much rather cache at the database level. Looks like this could be a drop in for lots of people already on Postgres & MySQL (meaning no more dog-slow Rails apps). There was a cool article about intercepting the Postgres connection with Elixir not long ago: https://docs.statetrace.com/blog/build-a-postgres-proxy/
As an alternative, you can use WunderGraph (oss) to compile GraphQL Queries to REST Endpoints so that you can use fastly or Cloudflare as a CDN (and the Browser Cache obviously): https://wundergraph.com/docs/overview/features/caching It supports configurable Cache-Control Headers per Operation and comes with ETags out of the box, so content can be invalidated easily.
Re: ReadySet Core: next-generation SQL caching, freely available
#9Woah, I had the same idea not so long ago. Right now I'm using GraphCDN but would much rather cache at the database level. Looks like this could be a drop in for lots of people already on Postgres & MySQL (meaning no more dog-slow Rails apps). There was a cool article about intercepting the Postgres connection with Elixir not long ago: https://docs.statetrace.com/blog/build-a-postgres-proxy/
If you want to dig-in more, hop into our community slack: https://readysetcommunity.slack.com/
Re: ReadySet Core: next-generation SQL caching, freely available
#10Interesting. What would you say the use case is for this, rather than setting up read replicas? Not having to maintain routing to the replicas on the application side?
When you care about perf a lot more than consistency
You can read more about how it works here: https://docs.readyset.io/concepts/overview