Hi all,
I happen to propose a DBMS, the requirement is that we have 1.6million rows in DB having 15 simple columns and at worse we need to come compare 10,000 rows(trasaction s) one by one with this 1.6 figure, only 5 columns are compared and filter out some transactions.
and we need get back the results within two days. We are using Java on most probably some linux flavour. Assuming indexing e.t.c are applied
So, what would you suggest that which database we use. can MYSQL or Postgre handle this type of transaction processing. And can we i get calculations on transaction throughput and performance with MySQL and PostgreSQL from some link.
Thanx
I happen to propose a DBMS, the requirement is that we have 1.6million rows in DB having 15 simple columns and at worse we need to come compare 10,000 rows(trasaction s) one by one with this 1.6 figure, only 5 columns are compared and filter out some transactions.
and we need get back the results within two days. We are using Java on most probably some linux flavour. Assuming indexing e.t.c are applied
So, what would you suggest that which database we use. can MYSQL or Postgre handle this type of transaction processing. And can we i get calculations on transaction throughput and performance with MySQL and PostgreSQL from some link.
Thanx
Comment