Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 496 Bytes

size_-_experimental.md

File metadata and controls

34 lines (21 loc) · 496 Bytes

Size - experimental

EXPERIMENTAL!!!

This will probably be removed, it is extremely inefficient.

Curl example:

curl -X POST "https://example.com/v1/collections/my-collection:size"

HTTP request/response example:

POST /v1/collections/my-collection:size HTTP/1.1
Host: example.com



HTTP/1.1 200 OK
Content-Length: 47
Content-Type: text/plain; charset=utf-8
Date: Mon, 15 Aug 2022 02:08:13 GMT

{
    "disk": 783,
    "index.my-index": 192,
    "memory": 248
}