I have node called "Block" it contains the common properties for every block
And i have other properties depending on the block type
My problem that the other properties number up to 50 property and the number of blocks can be thousands so I am asking about the best way to model this case and the way to upload and query without performance issue
Thank you for your reply but i think separating the common properties for example won't benefit me because if i have 10 common properties in all block nodes , i have to add common properties node for everyone but with different values, so it will give the same performance but instead of having 100 block nodes for examples i will have 100 block nodes and another 100 common block properties