Showing results for Columnstore - Azure SQL Devs’ Corner

Jun 4, 2023
3
9

Vector Similarity Search with Azure SQL database and OpenAI

Davide Mauri
Davide Mauri

Vector databases are gaining quite a lot of interest lately. Using text embeddings and vector operations makes extremely easy to find similar “things”. Things can be articles, photos, products...everything. As one can easily imagine, this ability is great to easily implement suggestions in applications. From providing suggestions on similar ...

Azure SQL
Oct 19, 2020
0
1

Serverless Streaming At Scale with Azure SQL

Davide Mauri
Davide Mauri

Just before Ignite, a very interesting case study done with RXR has been released, where they showcased their IoT solution to bring safety in buildings during COVID times. It uses Azure SQL to store warm data, allowing it to be served and consumed to all downstream users, from analytical applications to mobile clients, dashboards, API, and ...

Azure SQLIoTStreaming
Sep 2, 2020
1
0

Practical Azure SQL Database for Modern Developers

Davide Mauri
Davide Mauri

Practical Azure SQL Database for Modern Developers: a book to learn how to take advantage of the all the breakthrough technologies available in Azure SQL like columnstore, in-memory lock-free tables, row-level-security, graph and geospatial support to create modern, scalable and secure applications.

Azure SQLDevOpsPython
Apr 25, 2020
11
0

10 reasons to use Azure SQL in your next project

Davide Mauri
Davide Mauri

There are many database technologies available on Azure that you can choose from. Why would you use Azure SQL? Let me show you why, using just 10 simple points: from JSON support to ColumnStore, through Geospatial and Temporal queries, Non-Blocking transaction, Encryption and Row-Level Security and the amazing Intelligent Query Optimizer.

Azure SQL