/images/avatar.png

Elastic Search

Theory Relational Database Elasticsearch Database Index Table Type Row Document Column Field Schema Mapping Index Everything is indexed SQL Query DSL SELECT * FROM table… GET http://… UPDATE table SET PUT http://…

User, Operation, and Merchant Building

User service construction User business model backend service: For user registration, due to the uniqueness of the mobile phone number, the most reliable method is to use the unique index guarantee of the database, and at the same time, catch the duplicatedkey exception and throw a meaningful mobile phone number registered exception.