[Sqlalchemy-tickets] Issue #3363: Implement bitmap indexes & index compression for MS SQL (zzzeek/s
Brought to you by:
zzzeek
|
From: Anthony V. <iss...@bi...> - 2015-04-10 16:27:14
|
New issue 3363: Implement bitmap indexes & index compression for MS SQL https://bitbucket.org/zzzeek/sqlalchemy/issue/3363/implement-bitmap-indexes-index-compression Anthony Valencia: currently, arguments such as **oracle_bitmap** & **oracle_compress** clearly specify the database type. while this clearly indicates the supported databases, it leads me to believe that every database supporting bitmap indexes & index compression will have its own set of named arguments, as opposed to having the named arguments, **bitmap** & **compress**, while listing supported databases for those arguments. perhaps implement a warning if it is turned on for an unsupporting database? just some thoughts. |