The Curse of Backward Compatibility
The immediate problem with storing sequence data in databases is backward compatibility with existing software.
The three current approaches are:
- Maintain duplicate flat-file databases.
- Modify application source code to use OCI, ODBC or CORBA APIs to the data source.
- Both of the above!