Resolution: Description: =========== TIBCO Activespaces can't handle unstructured data
Environment: =========== ActiveSpaces 2.0.* ,ActiveSpaces 2.1.* All operating systems
Resolution: =========== Assume unstructured data means information that either does not have a pre-defined data model and/or does not fit well into relational tables. Unstructured information is typically text-heavy, but may contain data such as dates, numbers, and facts as well.
We can use the BLOB field type from Activespace to store unstructured data. We can extract few required fields that you would like to query from unstructured data and have them in tuple form as well as in BLOB so you can query/index on the. If the unstructured data is large you can compress it first and put the compressed data in the BLOB field.