Azure Database Flexible Server for PostgreSQL Boosted By AI |
Written by Nikos Vaggalis |
Thursday, 14 December 2023 |
Flexible Server, Microsoft’s fully-managed Postgres service built on open-source Postgres now incorporates the power of Azure OpenAI directly into the database. Azure Database for PostgreSQL powered by the PostgreSQL comes in two deployment modes: Flexible Server and Single Server. The Flexible Server is a fully managed database service designed to provide more granular control and flexibility over database management functions and configuration settings. The idea is that we get an AI boost with the new functionality in azure_ai Extension for Postgres, directly integrating the database with Azure OpenAI. This extension allows you to invoke the Azure Open AI API in order to create embeddings and store them on PostgreSQL. pg_vector is an extension for PostgreSQL that renders it a viable alternative to specialized vector stores used in LLMs. It allows you to replace specialized vector engines with Postgres, so that you can have your embeddings stored alongside your JSON or relation data under the same roof. That capability renders Postgres usable in an AI or ML setting with the use of azure_ai. At the same time when being able of hosting embeddings and without even touching the LLM yet, we still can do useful similarity searches like KNN and ANN from within Postgres. The updated version of Flexible sever gets upgraded to pg_vector 0. 51. But the new features are not constrained to AI additions. There's also other extensions released as GA: azure_storage & tds_fdw. azure_storage is used to simplify loading and exporting data between Azure cloud storage and Postgres, while tds_fdw is used as a foreign data wrapper to query data stored in Microsoft SQL databases. New extensions aside, there's also a set of features that provide advanced storage and compute with optimal price-performance
More second grade changes are:
And we left the best for last; PostgreSQL 16 support. Needles to say, Flexible also gets all the goodies that come with version 16, such as :
More InformationAzure Database for PostgreSQL - Flexible Server Related ArticlesAzure CosmosDB for PostgreSQL Adopts Version 16 Turn PostgreSQL Into A Vector Store To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.
Comments
or email your comment to: comments@i-programmer.info |
Last Updated ( Thursday, 14 December 2023 ) |