0

In the book "Mastering Azure Analytics: Architecting in the Cloud" by Zoiner Tejada I found a paragraph stating that memory optimized tables are not yet supported as output by Stream Analytics.

Source to Book Link

As books are not very good in catching up with those dynamic cloud offerings my question is: does this restriction still apply?

2 Answers 2

1

I agree, you can use in-memory tables as outputs for ASA. The only problem is that you may experience primary key or unique contraint violations errors due to the guarantee of at least once delivery (https://msdn.microsoft.com/azure/stream-analytics/reference/event-delivery-guarantees-azure-stream-analytics).

Sign up to request clarification or add additional context in comments.

Comments

0

You can use memory optimized table from Azure SQL Database as ASA ouput.

Thanks,

JS - Azure Stream Analytics team.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.