On Thu, Apr 18, 2024 at 9:04 AM Phani Prathyush Somayajula <phani.somayajula@xxxxxxxxxxxxxxxxx> wrote:
Hi @pgsql-admin@xxxxxxxxxxxxxxxxxxxx ,
I have 2 mounts /data/feed & /data/bets
I have postgres-dev server on which I have 6 feed databases (let’s say a,b,c,d,e,f) and 4 bets databases(lets say g,h,i,j)
I want to group the data directories based on the databases, and they all should be running from the same instance. Can I achieve this ?
Or if not, can you suggest me a work-around to achieve this
Regards,
Phani
Look into tablespaces
Keith