Press "Enter" to skip to content

What’s New in SQL Server 2025

Brent Ozar has a list:

Today at Microsoft Ignite, Microsoft announced SQL Server 2025. The biggest new features focus on AI and bringing the latest Azure SQL DB features down to your own servers. Here are the top features:

Of this list, I’m excited for regular expression support and optimized locking. On the latter, I would like RCSI to be the default, but I can understand that this would have a significant “Who moved my cheese?” factor for DBAs, and there are just enough cases when RCSI introduces actual change into an environment.

Fabric mirroring is also fine, and sp_invoke_external_rest_endpoint is something that can be useful, not just for making external calls. As for storing vector data, I will want to see its performance—both in terms of how quickly it loads & retrieves data, as well as how accurate the results are—before I get too excited. DiskANN is a good algorithm and it’s in Cosmos DB right now, but I haven’t been that impressed with the quality of results so far from it in Cosmos.

2 Comments

  1. George Walkey
    George Walkey 2024-11-20

    How about Vector in MongoDB?

  2. Kevin Feasel
    Kevin Feasel 2024-11-20

    I’m aware of vector database support in Mongo but haven’t done much with it. It does seem to be one of the bigger platforms for non-specialized vector storage. Not sure how it stacks up to products like chromadb, though.

Comments are closed.