Resolution: Description: ============ When data for a space is quite large, consider putting the data as XML in the space as BLOB. You can extract just the fields you would want to query on from XML and have them in the tuple as well as the BLOB (so you can query/index on them). If the XML is large you can compress it first and put the compressed data into the BLOB field.
Environment: ========== ActiveSpaces All supported platforms