I once worked to support a project that tried to follow an anti-design paradigm like this.
It failed spectacularly, with a Stop Work order after hopeless performance issues at the
first review. As expected (by everyone except the project leads), the continual table
changes fractured the contents and prevented indexes from working.
I recommend using a database design instead, or moving to an XML/NoSQL product.
Implementing a non-relational data structure in a databaseless relational engine is
not likely to bear fruit.
- V