Should I use a normal table or slice?

I have tables with similar column properties and no similar properties. My question is; Is it more logical to combine these tables in a table and separate them using slices, or is it better to use them as separate tables? If I use it separately, the number of tables will increase and this will affect the speed of the application? There will be empty columns in the use of slice. Is this a disadvantage?

Solved Solved
0 6 198
1 ACCEPTED SOLUTION

Having a single table with two disjoint data sets just doesnโ€™t make sense to me. It adds complexity and wastes space. But thatโ€™s my preference; it may not be yours.

View solution in original post

6 REPLIES 6
Top Labels in this Space