Skip to content

hts/internal: Index.Read does not update LastRecord #12

@kortschak

Description

@kortschak

This prevents updating an index if appending new records that are in sorted order. This may not be what is wanted, but at the moment adding a new record will not fail because LastRecord is 0. Either set it to the maximum int value (prevent addition) or set it to the maximum record seen during the read (allow addition of valid records).

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