Bug #109
Problem saving session
Status: | Closed | Start date: | 11/19/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - |
Description
Tried to save my session (for the second time) but get an error.
History
Updated by Xin Zhou almost 11 years ago
Saving session with many tracks and a large gene set will run into this error
mysql rejects a very long query by squawking: Row size too large (> 8126). Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED may help. In current row format, BLOB prefix of 768 bytes is stored inline.
Will convert session function to json and file-based, and get rid of mysql altogether...
Updated by Xin Zhou over 10 years ago
- Status changed from New to Resolved
Currently the browser no longer uses mysql table for saving session so this issue has gone void.
Updated by Daofeng Li over 10 years ago
- Status changed from Resolved to Closed