Skip to content

views: bulk support #176

@lnielsen

Description

@lnielsen

When the REST API is used to upload thousands of records it would be more efficient to do this in bulk to avoid the overhead of thousands of HTTP request. Using elasticsearch REST API as model, something like a POST <prefix>/_bulk endpoint would probably be the best way instead of overloading the POST <prefix>/ endpoint.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions