diff --git a/zipline/assets/asset_writer.py b/zipline/assets/asset_writer.py index a1842b67..ead10faf 100644 --- a/zipline/assets/asset_writer.py +++ b/zipline/assets/asset_writer.py @@ -346,6 +346,7 @@ class AssetDBWriter(with_metaclass(ABCMeta)): 'root_symbol', sa.Text, sa.ForeignKey(self.futures_root_symbols.c.root_symbol), + index=True ), sa.Column('asset_name', sa.Text), sa.Column('start_date', sa.Integer, default=0, nullable=False),