How to handle foreign key of SQL in ElasticSearch

前端 未结 0 1081
不知归路
不知归路 2021-02-10 21:31

I have two tables like below:

Author
Author_ID [P.K], Username, Password

Post
ID [P.K], Author_ID [F.K], Content

Now, I want to convert this dat

相关标签:
回答
  • 消灭零回复
提交回复
热议问题