Skip to content

Efficiency on retrieving many values #3

Open
@figuerom16

Description

@figuerom16

For looping it's better to use the cursor to retrieve values.

What about an array of different random keys?

Would it be better to use many txn.Get(key) or many cursor.Get(key) from a single txn?


Thank you for making this! I'm experimenting with a fun project on top of voidDB using:

  • reflect
  • encoding/gob
  • minio/minlz
  • duckdb

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