Upcoming presentations
No upcoming presentations...
Past presentations
Whats slowing down my database a Dev-Ops approach
Dev Ops tools to keep your database healthy
Dev-Ops. Imagine the following "Developer commits new feature. Feature passes Automate test. Feature gets Deployed. Oh no ... everything is slow."
This talk is aimed to provide methods and tools on how to identify slow and problematic queries on a database cluster and how to address and solve these problems. The second part of the talk will be aimed at lessons learned in our company and how ...
The Synergy between PostgreSQL and Python
Moving your application layer to your database layer
We will be exploring the concept of moving your application layer (Python code) into tot your database layer. With PostgresSQL allowing you to create functions using python code using plpython3u one should consider moving your application code into your database. The talk will cover how to implement python code in PostgreSQL and the pros and cons of moving your application layer to your databas...