TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Azure Search as a Service

74 pointsby shliachtxalmost 11 years ago

6 comments

ChuckMcMalmost 11 years ago
So using their numbers (max 36 &#x27;units&#x27;, 15 qps per unit, 25GB) that is a max search corpus of 540M documents or 900GB, 540qps, $4,500 (approx) per month which is a discount of 50% so $9K&#x2F;month when full up). Does anyone know if the 36 host limit arises out of the requirement that all units are in the same rack?<p>I&#x27;m wondering what the target market for that is?
评论 #8210359 未加载
评论 #8211062 未加载
arafalovalmost 11 years ago
&quot;Currently Azure Search does not offer configurable analysis modes&quot; ( source: <a href="http://msdn.microsoft.com/en-us/library/azure/dn798920.aspx" rel="nofollow">http:&#x2F;&#x2F;msdn.microsoft.com&#x2F;en-us&#x2F;library&#x2F;azure&#x2F;dn798920.aspx</a> )<p>The configurable analysis is the cornerstone of the search functionality and is a huge portion of Apache Lucene (and therefore both Solr and ElasticSearch).<p>So, in my eyes, this offering has not outgrown the pure web-search domain yet.<p>(edit) Which is strange, because in another comment they do say they use ElasticSeach under the covers. I even thought that the API interface looked somewhat similar to ES.
评论 #8211940 未加载
tmarmanalmost 11 years ago
My main problem with this is that a standard instance is $125&#x2F;mo for anything beyond the free limits (10k documents, 50mB). It would be great to see pricing that followed, say, Azure Websites or SQL pricing... $20-40&#x2F;mo for smaller instances (smaller by either search volume or index size).<p>I mean, after all, if SQL Azure supported Full Text Indexes, this wouldn&#x27;t be critical either.
评论 #8211034 未加载
blutootalmost 11 years ago
This comes out at a time when I&#x27;ve finally decided to start digging into ElasticSearch. Since it&#x27;s a side project, I don&#x27;t have to worry about scaling and management issues. So just from the standpoint of functionalities, is there any advantage of this Search as a Service over an ElasticSearch cluster on Azure&#x27;s Virtual Machines?
评论 #8210216 未加载
评论 #8210200 未加载
ryanburkalmost 11 years ago
this looks fairly promising if the performance is there and you are already using azure for your data since you push into an index versus crawl&#x2F;pull.<p>looking at the tech specs [1] you can only search a single index at a time which is pretty limiting. hopefully just a limit of the preview.<p>[1] <a href="http://msdn.microsoft.com/library/azure/dn798933.aspx" rel="nofollow">http:&#x2F;&#x2F;msdn.microsoft.com&#x2F;library&#x2F;azure&#x2F;dn798933.aspx</a>
评论 #8209986 未加载
jsmeatonalmost 11 years ago
Is this based on Elastic Search in the background?
评论 #8210772 未加载