Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita una demostración
  • Precios
  • Ayuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyectos
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

Odoo performance issues in Amazon Web Services (EC2+RDS)

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
performanceawstestingec2rds
4 Respuestas
16624 Vistas
Avatar
Carlos DuAl

Hello all, 

I'm currently testing odoo deployment in amazon web services. I have odoo installed in a ec2 instance and the database (Postgres) in a rds instance.

I'm starting the tests with the free-tier instances

ec2 - 1 CPU - 1GB Ram
rds - 1 CPU- 1GB Ram
Launching a test that confirms 800 invoices takes me around 8-9 minutes to complete

I'm assuming that the bottleneck is caused by the database, since the ec2 instance only has odoo which doesn't do the actual heavy-lifting in the requests.

When I upgrade the rds instance to 2 CPUs and 8 GB of Ram I can see a slight increase in performance, the same test now takes around 6 minutes to complete.

However, when I upgrade the rds instance to 16 CPUs and 122 GB of Ram the increase is almost unnoticeable compared with the previous setting, it takes around 5 minutes 30 seconds. 

Is the internal structure of Postgres not taking advantage of the extra CPU and Ram?

We are planning to implement our intranet with Odoo and we're looking at at least 50 concurrent conections at any given time, would the ec2 instance with 1CPU and 1GB of ram , with the rds instance of 2CPUs and 8GB of RAM be enough for that? 


Is there any way to increase Odoo's performance? Replicating databases might help with concurrent access but I'm not sure it's possible with Odoo+Postgres, should we use other databases?


0
Avatar
Descartar
Avatar
Motez
Mejor respuesta

The hardware you used is far beyond the recommended one so it should be more than sufficient. If you add CPUs you need to enable multi processing mode in order for odoo to make benefice of extra ones. Try running your server with the option --workers=12 and let's see how it goes for performance. 

1
Avatar
Descartar
Avatar
Qutechs, Ahmed M.Elmubarak
Mejor respuesta

Hi,

which versions ? V9 and 9.5 PG ?

IMHO, it is a PG issue, kindly check this question also check this thread 

For performance tips:

Link1,  Link2 

Hope this could helps

1
Avatar
Descartar
Avatar
August Doo
Mejor respuesta

Thanks Carlos for your great trial since I'm looking from something similar with this. Although I didn't test it, I can feel it is much slower when installing Odoo 9 onto T2.micro than T2.small with database on the same server. 

0
Avatar
Descartar
Avatar
Paul John
Mejor respuesta

Understanding the needs of ecommerce business and to help them get necessary configurations and architecture. www.cloudways.com/blog/aws-for-ecommerce-applications/ platform provides its users with ready-to-use ecommerce architecture and blueprints in the form of AWS Cloud formation templates. These templates are provisioned to highly scalable and available infrastructure for hosting online stores.

Ecommerce web apps and platform providers such as Magento have noticeably published versions of their software to finetune to AWS architecture and integrate AWS monitoring and security processes.


-1
Avatar
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Registrarse
Publicaciones relacionadas Respuestas Vistas Actividad
Which is the best instance type to use on AWS to deploy ODOO in production?
aws ec2 rds
Avatar
Avatar
Avatar
2
nov 24
5965
Odoo Performance Testing Resuelto
performance testing
Avatar
Avatar
1
oct 22
6975
How can I test OpenERP responsiveness
performance benchmark testing
Avatar
Avatar
Avatar
Avatar
4
feb 19
7448
OpenERP performance as a cloud service
performance cloud aws
Avatar
Avatar
1
jun 18
8006
Are there any tools for analyzing the Odoo logs? Like having a report based on different events / errors over time.
performance logs testing
Avatar
Avatar
Avatar
Avatar
5
oct 16
9598
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidad
  • Seguridad
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y estar totalmente integrado.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now