Ir al contenido
Menú
Se marcó esta pregunta
3 Respuestas
8177 Vistas

I am trying to understand a little better how big things will be getting, or where you'll need the most space on a linux (debian/ubuntu) system.

I guess the most storage hungry components might be pictures or other attachments to any product. I have no idea how a database works, so can anybody explain the principle? Are these kind of files actually inside one big database file or are they separated and only linked to entrie's in the database? As far as I know the database is in /var, correct? So, do I need to be /var on a partition with much space?

Avatar
Descartar
Mejor respuesta

Hi,

Attachments are storing in field of datatype "bytea". Attachments are converting into "binary string" and that sting store into field.

If file size is big, length of string will be also big and it will take more size of disk. It may possible to increase size in case allocation size of disk will full.

Thanks
Acespritech Solutions Pvt Ltd
http://www.acespritech.com
http://acespritechblog.wordpress.com

Avatar
Descartar
Autor

eventhough i dont understand these answers really, it seems to me that this is part of the database. so i assume, the pictures you have, the bigger the database gets, right?

Mejor respuesta

Attachments are stored at ir_attachment.

Images from products are stored at products_products.image_small or image_medium or image_large.

Avatar
Descartar
Mejor respuesta

Hi,

This article it can help you to understand principle of Knowledge Management Module in OpenERP.

Avatar
Descartar
Autor

not sure whether that has wnything to do with my question ... I have no question about the Knowledge Management Module.

Publicaciones relacionadas Respuestas Vistas Actividad
0
dic 24
1497
1
mar 23
6715
2
abr 22
4155
0
oct 21
2674
2
may 20
12253