Re: [PERFORM] PGSQL 9.3 - billion rows

2014-07-08 Thread Josh Berkus
On 07/07/2014 06:59 AM, Nicolas Paris wrote: > - Can postgresql support such table (this table is the fact table of a > datamart -> many join query with dimensions tables) ? Yes, it can. > - If yes, I would like to test (say insert 2 billion test rows), what > serveur configuration do I need ? Ho

Re: [PERFORM] PGSQL 9.3 - billion rows

2014-07-07 Thread Sékine Coulibaly
PostgreSQL will definitely be able to handle it. However, besides the schema, an important parameter is the kind of request you will be submitting to PostgreSQL. Reporting queries, low-latency queries ? You may found PostgreSQL weak if you mainly submit analytical queries (eg. SELECT count(1) fro

Re: [PERFORM] PGSQL 9.3 - billion rows

2014-07-07 Thread Felipe Santos
Hi Nicolas, I do believe Postgresql can handle that. I've worked with tables that have 2 millions rows per day, which give us an average of 700 mi/year. It's hard to say how much hardware power you will need, but I would say test it with a server in the cloud, since servers in the cloud are usua

[PERFORM] PGSQL 9.3 - billion rows

2014-07-07 Thread Nicolas Paris
​​ ​​ ​​ ​​ ​Hello, I have a fact table ( table and indexes are bellow ) that will probably get arround 2 billion rows. - Can postgresql support such table (this table is the fact table of a datamart -> many join query with dimensions tables) ? - If yes, I would like to test (say insert 2 billion