Ask questions and see you at March 6, 8 pm CET: youtube.com/@bienadam
Also checkout recent episode:
Please keep the questions as short and as concise as only possible. Feel free to ask several, shorter questions. I will also cover some questions in my "shorts" https://youtube.com/playlist?list=PLxU9yM-_yPs8xqd8Yu4ecpVwiUD_1Xv4N between the shows.
Upcoming airhacks.tv events are also going to be announced at meetup.com/airhacks
New: the airhacks.tv discord server: discord.gg/airhacks
Adam,
have you done "split read/write" queries withJPA/Hibernate? AWS Aurora Postgres allows for clustering where you have 1 read-write node and N read-only replicas. Therefore it is very tempting to dispatch all queries to the RO replica nodes, and the transactional writes - to the single read-write node.