In-memory OLTP storage with persistence and transaction support Wednesday 12:10 Baltic II+III
Blog: akorotkov.github.io GitHub: akorotkov Facebook: Alexander Korotkov
Hi! I'm Alexander Korotkov. I've contributed to PostgreSQL support for pluggable index access methods, multiple enhancements to indexing, statistics and multicore scalability. I'm also co-founder and head of development in Postgres Professional company.
I've attended every pgconf.eu conference as a speaker since 2011. And yes, I enjoy pgconf.eu very much every year. It's very nice that every year this conference is held in different beautiful European city. However, I guess it requires extraordinary efforts from the organizers whose I appreciate very much.
My talk would be about prototype of in-memory OLTP storage implemented using FDW interface. But major idea of the talk is not to discuss this storage itself (despite it's also worth discussion), but see on it as a example for pluggable storages whose native API PostgreSQL is lacking of so much.
People who empathize PostgreSQL development, because my talk not about features whose would be ready for production today or tomorrow. My talk would be more about long distance goals for PostgreSQL whose are very important to achieve.
It would be nice if attendee have basic knowledge about data structures used in PostgreSQL heap and indexes and MVCC. However, I'll try to give a short introduction into referred subjects. So, don't give up if you feel that you're interested in topic but missed some required knowledge.