Installation of PostgreSQL on fedora zVM

2021-10-05 Thread Manish Lad
Hi All, Have anyone tried to install PostgreSQL on the VM provisioned on IBM Z? If yes please could you share the installation instructions or point to the blog etc. Thanks in advance. Thanks & Regards, Manish

Re: Performance benchmark of PG

2021-07-20 Thread Manish Lad
he contemporary world, 60TB isn't really a huge database. So, I hardly > think you should find any performance issues on PostgreSQL. > > All the best. > > > Regards, > Ninad Shah > > > On Mon, 19 Jul 2021 at 16:54, Manish Lad wrote: > >> Thank you all f

Re: Performance benchmark of PG

2021-07-19 Thread Manish Lad
Thank you all for your swift response. Thank you again. Manish On Mon, 19 Jul 2021, 15:39 Manish Lad, wrote: > Dear all, >> > We are planning to migrate Oracle exadata database to postgresql and db > size ranges from 1 tb to 60 TB. > > Will the PG support this with the pe

Re: Performance benchmark of PG

2021-07-19 Thread Manish Lad
, wrote: > On Mon, 2021-07-19 at 15:39 +0530, Manish Lad wrote: > > We are planning to migrate Oracle exadata database to postgresql and db > size ranges from 1 tb to 60 TB. > > > > Will the PG support this with the performance matching to that of > exadata applince? >

Performance benchmark of PG

2021-07-19 Thread Manish Lad
> > Dear all, > We are planning to migrate Oracle exadata database to postgresql and db size ranges from 1 tb to 60 TB. Will the PG support this with the performance matching to that of exadata applince? If anyone could point me in the right direction where i xan get the benchmarking done for thes

Re: How do we hint a query to use index in postgre

2021-03-18 Thread Manish Lad
Thank you for your response. On Thu, 18 Mar 2021, 14:46 Gaetano Mendola, wrote: > There is not such functionality, you can enable/disable special joins, > or update statistics to drive the engine to use the most appropriate > one. > > > On Thu, Mar 18, 2021 at 10:14 AM M

How do we hint a query to use index in postgre

2021-03-18 Thread Manish Lad