|
|
|
|
|
by sgolestane
4995 days ago
|
|
Since we are a mysql shop, for this use-cases I serialize and store the form as xml in a CLOB column. For any field that needs to be searched on, I create an additional column.
Disadvantage of this is you can't run mysql queries against the data stored in the CLOB column. |
|
If you need to store multiple forms types, it gets hairy very fast.
MongoDB allows to query inside the data (which is not a blob in that case).