concurrent users - Mailing list pgsql-general

From IPS
Subject concurrent users
Date
Msg-id 680ebe5e7fb9e84f.49369fa4@nic.in
Whole thread Raw
Responses Re: concurrent users  ("Dave Page" <dpage@pgadmin.org>)
Re: concurrent users  (Magnus Hagander <magnus@hagander.net>)
List pgsql-general
Dear All,I am planning to migrate my database from Oracle 10g to Postgre SQL. The database in Oracle currently have
about21 million records and about 2 million new record  are getting added every month. I have few
queries: a.I get the data from user in excel/csv file (maximum 130000 records per file). Compare the data in file
withmaster database (21 million records) and giving matching and not matching numbers. Average of 1800 comparisions are
happeningevery day. I am concerned with performance of oracle vs postgre b. At a given moment, about
100 concurrentusers are accessing the database for various tasks. What is the level of concurrency one can go for
inPostgre c. In orcale jobs are scheduled and executed in the database directly. In postgre no such facility is
available.I need to run a job every 2 minutes (24 X 7 operations).with regards, I.P.S. Sethi 

pgsql-general by date:

Previous
From: "Enrico Pirozzi"
Date:
Subject: Re: returns numbers of record
Next
From: "Dave Page"
Date:
Subject: Re: concurrent users