(no title)
caffeinated_me | 11 months ago
That being said, this does seem to handle replicas better than Citus ever really did, and most of the features it's lacking aren't relevant for the sort of multitenant use case this blog is describing, so it's not a bad tradeoff. This also avoids the coordinator as a central point of failure for both outages and connection count limitations, but we never really saw those be a problem often in practice.
levkk|11 months ago
For everything else, and until we cover what's left, postgres_fdw can be a fallback. It actually works pretty well.