Loading…
Tuesday, December 8 • 11:00 - 11:40
NORM: No ORM Framework

Sign up or log in to save this to your schedule, view media, leave feedback and see who's attending!

It's a well-known fact, that although the database performance is great, and each query is executed in milliseconds, the overall application response time maybe slow, making the users wait for response for an extended periods of time. We know that the problem is not the database, but the way the application developers communicate with the database. Specifically, we are talking about ORMs - Object-Relational Mappers. Database developers hate them, but application developers love them, because they allow to develop applications without any knowledge of database internals. As a result, the system performance is often unacceptably slow.

The only way to change this behavior is to provide application developers with a tool, which is as easy to use, as an ORM, but which will allow to escape the common ORM pitfalls. That's why we developed NORM - No-ORM Framework. During this presentation, we will go over examples of code from https://github.com/hettie-d/NORM repo and learn how to build "transport objects" for efficient data transfer between applications and databases.

Speakers
avatar for Henrietta Dombrovskaya

Henrietta Dombrovskaya

Associate Director of DB, Braviant Holdings
Henrietta Dombrovskaya is a database researcher and developer with over 35 years of academic and industrial experience. She holds a Ph.D. in Computer Science from the University of Saint Petersburg, Russia. At present she isAssociate Director of Databases at Braviant Holdings, Chicago... Read More →


Tuesday December 8, 2020 11:00 - 11:40 GMT