Markos
-
142 votes
Markos
gave this 1 vote
·
-
603 votes
Markos
gave this 3 votes
·
-
653 votes
Markos
gave this 3 votes
·
-
507 votesplanned ·
AdminCalvin
(Product Planner, Windows Azure, Microsoft Windows Azure)
responded
This is now on the SQL Azure roadmap, though delivery will be post CY12.
Markos
gave this 3 votes
·
Please provide a full-text search index over table storage entities. Lucene is a good example of creating inverted index. But it has limitations with Azure and performance is an issue and 4GB Azure AppFabric cache limitation (not to mention the cost) is a limitating factor on hosting Lucene index in memory. Maintaining it in each web role is also not the best approach. In short, please provide a way to submit text and associated properties (like Lucene) and index them so that when searching for text, you can find the best matches and get the associated properties (which could be PK, RK in table storage).