Open
Description
Currently the syncstorage system converts the collection info into an index which it stores in 'collections', indexes to the user in user_collections
and ties to the BSO in the bso
table.
The client doesn't care about any collection id, and only uses strings to refer to a specific collection type. Collections are mostly user specific. We should consider rolling the collection string info into the BSO table to reduce the number of tables and lookups we do per transaction.