Files
landing_page/qdrant-landing/content/blog/qdrant-v-0-6-0-engine-with-grpc-released.md
T
treanandqdrant 0854e89482 Excluded blog from the sitemap (#106)
* excluded blog from the sitemap

* docs auto-sync

* docs auto-sync

Co-authored-by: qdrant <qdrant@users.noreply.github.com>
2023-01-11 13:36:30 +01:00

34 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: Qdrant v0.6.0 engine with gRPC interface has been released
short_description: We’ve released a new engine, version 0.6.0.
description: We’ve released a new engine, version 0.6.0. The main feature of the release in the gRPC interface.
preview_image: /blog_data/qdrant-v-0-6-0-engine-with-grpc-released/upload_time.png
date: 2022-03-10T01:36:43+03:00
author: Alyona Kavyerina
author_link: https://medium.com/@alyona.kavyerina
featured: true
categories:
- News
tags:
- gRPC
- release
sitemapExclude: True
---
We’ve released a new engine, version 0.6.0.
The main feature of the release in the gRPC interface — it is much faster than the REST API and ensures higher app performance due to the following features:
- re-use of connection;
- binarity protocol;
- separation schema from data.
This results in 3 times faster data uploading on our benchmarks:
![REST API vs gRPC upload time, sec](/blog_data/qdrant-v-0-6-0-engine-with-grpc-released/upload_time.png)
Read more about the gRPC interface and whether you should use it by this [link](/documentation/quick_start/#grpc).
The release v0.6.0 includes several bug fixes. More information is available in a [changelog](https://github.com/qdrant/qdrant/releases/tag/v0.6.0).
New version was provided in addition to the REST API that the company keeps supporting due to its easy debugging.