当前位置:网站首页>Module 8 - Design message queue MySQL table for storing message data

Module 8 - Design message queue MySQL table for storing message data

2022-06-12 00:43:00 InfoQ

【 Job requirements 】

1.  Include table name 、 Field 、 Indexes ;
2.  Use words to describe the design ideas and reasons , for example : Why design an index ?
3.  One page  PPT  that will do .

【 Tips 】

1.  You need to consider one table per message queue , Or put all the messages in one table , Add a “ Queue name ” Field of .

【 Homework 】

Each message is stored in a separate table , Easy to classify , Also improve query efficiency . Each topic queue can have multiple consumers , But each message can only be consumed by one consumer .

null
null
null
原网站

版权声明
本文为[InfoQ]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/163/202206120035476793.html