Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Support addAll(Collection<byte[]>) for better performance with small records #200

Description

@roytmana

I use tape to queue up very small objects (IDs of 24 bytes). They come one by one or in batches of anywhere from 2 to 100 at a time averaging 10 at a time (I have a blocking queue on top of the tape with many producers and one consumer) so performance I am getting is not very good due to constant IO disk sync. It would improve dramatically if tape supported addAll(Collection<byte[]>) in addition to simple add(byte[]) as it would mean just one sync instead of current 10 for me.

Is there any chance it could be added to 2.0?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions