Evening All,
I'm building a data structure in airtable to represent a rather large tree style database. We're talking about 50k to 100k objects in the tree.
I've got the heirachy view working quite nicely by uploading the components using the api, and then (again using the api) linking the objects with parent/child relationships.
The next issue I have is some of the data the objects have. Most objects in the tree have a unique set of data. For example, one might have {colour, size and weight} while another might have {power, consumption}
Is there a good way of representing this? The cleanest way I found was by creating another table of this data and then linking it to the original objects, but with 650k data points, this doesn't seem feasible on a large scale.
I can add them as generic fields i.e. data01, make it a text type and then put the value in like "colour:Blue", but it's not ideal.
Let me know if you have any suggestions
Rabbit
