File: sequence_opt.xml

package info (click to toggle)
libchado-perl 1.31-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44,724 kB
  • sloc: sql: 282,721; xml: 192,553; perl: 25,524; sh: 102; python: 73; makefile: 57
file content (16 lines) | stat: -rw-r--r-- 542 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="ISO-8859-1"?>
  <gmod_sql_seq>
    <template id='sequence-fast-substring'>
      <title>Fast substrings of feature residues</title>
      <module>sequence</module>
      <description>
        This ALTER TABLE statement changes the way sequence data is
        stored on disk to make extracting substrings much faster at
        the expense of more disk space
      </description>
      <sql>
        ALTER TABLE feature ALTER COLUMN residues SET STORAGE EXTERNAL;
      </sql>
    </template>
  </gmod_sql_seq>