Uploaded image for project: 'Kite SDK (READ-ONLY)'
  1. Kite SDK (READ-ONLY)
  2. KITE-176

Entity deletion should be possible via HBase admin operations

    Details

    • Type: Task
    • Status: Open
    • Priority: Blocker
    • Resolution: Unresolved
    • Affects Version/s: hbase-branch
    • Fix Version/s: None
    • Component/s: HBase Module
    • Labels:
      None

      Description

      Avro schema version numbers are stored in a column called _s:sv_<entity-name> by ManagedSchemaEntityVersion. This means that for tables storing multiple entities the version information is in the _s column family, so deleting the version information for one entity (when deleting the entire entity) is not possible without a costly scan of the entire table. If the column family contained the entity name (e.g. _s_<entity-name>) then the column could be deleted using an admin operation.

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                Unassigned
                Reporter:
                tom Tom White
              • Votes:
                1 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated: