mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-26 14:38:30 +02:00
* excluded blog from the sitemap * docs auto-sync * docs auto-sync Co-authored-by: qdrant <qdrant@users.noreply.github.com>
1.3 KiB
1.3 KiB
title, short_description, description, preview_image, date, author, author_link, featured, categories, tags, sitemapExclude
| title | short_description | description | preview_image | date | author | author_link | featured | categories | tags | sitemapExclude | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Qdrant v0.6.0 engine with gRPC interface has been released | We’ve released a new engine, version 0.6.0. | We’ve released a new engine, version 0.6.0. The main feature of the release in the gRPC interface. | /blog_data/qdrant-v-0-6-0-engine-with-grpc-released/upload_time.png | 2022-03-10T01:36:43+03:00 | Alyona Kavyerina | https://medium.com/@alyona.kavyerina | true |
|
|
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:
Read more about the gRPC interface and whether you should use it by this link.
The release v0.6.0 includes several bug fixes. More information is available in a changelog.
New version was provided in addition to the REST API that the company keeps supporting due to its easy debugging.
