E.g. If I have a multi-tenant architecture but want a global table for say a postgres full-text-search index of content from the distributed tenants, what would the recommend route be?
Global tables seem like a great feature. I'd gladly sacrifice write speed for it.