Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
9415 Visualizzazioni

We are using Postgresql for Openerp. What is the total size of postgresql for openerp?

I meant, i have lots of files. I want to attach these files in my knowledge module in openerp, the size of the files more than 1gb.

So i want to know the maximum size in Postgresql database.

I have too many files with each having size less than 250MB. I am going to upload this as attachment (binary) format. But I have two worries now. 1. Is this going create any performance issue? Can I do some thing to scale up the database to perform seamless? 2. Is this going to create any issue regarding space availability? Is harddisk size the limit of postgre sql?

Avatar
Abbandona

You can use those attachments, it will not be a problem.

Autore

Hi Thanks for the comment. But I want to reframe my question. Please check it

@Remya: as the database size increases it will create performance issues, if your db is in a remote server. But if you are using it in a local machine it will not be a problem.

Autore

@Gopakumar : Can you suggest any Solution?

@Remya: I don't know remya.

Autore

Ok. Thanks Gopakumar for your support

Risposta migliore

Hello,

I suggest you to store files into a folder instead of DB if you have a lot .

See here : https://accounts.openerp.com/forum/Help-1/question/529

Regards

Avatar
Abbandona
Autore

If i prefer to store files in database, then will it be any problem?

Autore

Hi Thanks for the answer. But I want to reframe my question. Please check it

Risposta migliore

Maybe this helps - Limit Value Maximum Database Size - Unlimited Maximum Table Size 32 TB Maximum Row Size 1.6 TB Maximum Field Size 1 GB Maximum Rows per Table Unlimited Maximum Columns per Table 250 - 1600 depending on column types Maximum Indexes per Table Unlimited

Avatar
Abbandona