Transactional vs. Analytical Processing

Avatar of Christopher Hertel Christopher Hertel

When it comes to the design of your Symfony application, data plays a central role. From an architectural point of view there are two common ways this data is processed. Transactional processing ensures that changes to your data are consistent and safe. Analytical processing aims to make even complex queries fast and efficient.
We should always consider the nature of processing while implementing our application’s use cases. So let's have a look at the main criterias, strategies and trade offs that will help us to navigate through all the options we have and see how we can bring your own data warehouse to life in your Symfony application leveraging tools like Doctrine, Messenger and more.

Delivered in English
Room:
The SensioLabs room

Thursday, November 17, 2022 at 11:10 AM – 11:45 AM

Intermediate talk, some familiarity with the topic required.