indexing - ColumnStore index benefits on Azure? -



indexing - ColumnStore index benefits on Azure? -

we running on azure , have table hundreds of millions of rows. table static , refreshed weekly. we've looked @ columnstore index unfortunately not azure yet below questions,

will columnstore index available in azure? if not other technology can utilize same performance benefits columnstore index provide? can same query performance using azure table storage?

i'm newbie both azure , columnar databases please bear me me if inquire these questions.. :)

about columnstore, if have bought license, can check development team or inquire on blogs such scottgu's blog. there come know feature release. azure database designed scalability. need utilize partition key wisely. partition key index of book, if want search in book, can refer index , reach page quickly. in other words, can grouping info depending upon criteria , store in single partition. ever have same criteria, query nail 1 partition. thing partitions is, table can number of partition, not necessary partition reside on same machine or same farm. when fire query on badly designed azure table, can nail more 1 server, , bad performance. read real world: designing scalable partitioning strategy windows azure table storage

hope looking for.

azure indexing columnstore

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -