简体   繁体   中英

Table Status Management - Dynamic Fields

I plan on tables to manage the status of all from a single center field.

I created two table;

First table name is "EntityGroups" (Sample Data : "Members","Baskets","Products")

Second table name is "EntityStatusTypes" and this table related with first table. 1 - N

Finally, I put "EntityStatusID" all tables.. have the following diagram.

How accurate do you think of this ? Is there a performance issue ? All status field has been dynamic but i afraid performance problems...!

在此处输入图片说明

Ok, i solved this design problem. I removed all relations from tables. So i load all entity status when application init. I think this way is better than others (for perfomance and extensibility)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM