Result for 0CDC007B7B9BB78BEB98BA6326BF679DD7A33B94

Query result

Key Value
FileName./usr/share/doc/golang-github-hashicorp-go-memdb-dev/README.md
FileSize3948
MD53CC2170121A85CB9D9316506B799B146
SHA-10CDC007B7B9BB78BEB98BA6326BF679DD7A33B94
SHA-2567F8B9DCEA180CB3993451FB5EDBCB9F503F904ED5858F88EE1CB8E68620797DC
SSDEEP96:qwbcE8Dbc9dRCyufzGzRGSAeGivux0YFhisLiGZx9UPp0utwy84wpNJ:/bcEV9HCAzBA7i00nFGZQcNt
TLSHT17C818443F71432350B1700B47A8D95C5AA4FD0ADE97852F1F05EE05A028DABDB16FAE5
hashlookup:parent-total10
hashlookup:trust100

Network graph view

Parents (Total: 10)

The searched file hash is included in 10 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
MD546282A0688195AC3F9FF0A52D3AC59BB
PackageArcharmv7hl
PackageDescription The Memdb package implements a simple in-memory database built on immutable radix trees. The database provides Atomicity, Consistency and Isolation from ACID. Being that it is in-memory, it does not provide durability. The database is instantiated with a schema that specifies the tables and indices that exist and allows transactions to be executed. The database provides the following: - Multi-Version Concurrency Control (MVCC) - By leveraging immutable radix trees the database is able to support any number of concurrent readers without locking, and allows a writer to make progress. - Transaction Support - The database allows for rich transactions, in which multiple objects are inserted, updated or deleted. The transactions can span multiple tables, and are applied atomically. The database provides atomicity and isolation in ACID terminology, such that until commit the updates are not visible. - Rich Indexing - Tables can support any number of indexes, which can be simple like a single field index, or more advanced compound field indexes. Certain types like UUID can be efficiently compressed from strings into byte indexes for reduced storage requirements. - Watches - Callers can populate a watch set as part of a query, which can be used to detect when a modification has been made to the database which affects the query results. This lets callers easily watch for changes in the database in a very general way.
PackageMaintainerFedora Project
PackageNamegolang-github-hashicorp-memdb
PackageRelease2.fc34
PackageVersion1.3.0
SHA-14ABA74FD294A883C53FB2F66C3090BCB146CB153
SHA-256C4A65DF5E7024E074D2CB07F62861A79532C030A545D90A999AAFB596782A57D
Key Value
MD5FF3BB49BFD099750C927EF3AD40DAE17
PackageArcharmv7hl
PackageDescription The Memdb package implements a simple in-memory database built on immutable radix trees. The database provides Atomicity, Consistency and Isolation from ACID. Being that it is in-memory, it does not provide durability. The database is instantiated with a schema that specifies the tables and indices that exist and allows transactions to be executed. The database provides the following: - Multi-Version Concurrency Control (MVCC) - By leveraging immutable radix trees the database is able to support any number of concurrent readers without locking, and allows a writer to make progress. - Transaction Support - The database allows for rich transactions, in which multiple objects are inserted, updated or deleted. The transactions can span multiple tables, and are applied atomically. The database provides atomicity and isolation in ACID terminology, such that until commit the updates are not visible. - Rich Indexing - Tables can support any number of indexes, which can be simple like a single field index, or more advanced compound field indexes. Certain types like UUID can be efficiently compressed from strings into byte indexes for reduced storage requirements. - Watches - Callers can populate a watch set as part of a query, which can be used to detect when a modification has been made to the database which affects the query results. This lets callers easily watch for changes in the database in a very general way.
PackageMaintainerFedora Project
PackageNamegolang-github-hashicorp-memdb
PackageRelease1.fc33
PackageVersion1.2.1
SHA-146A3AABA8FE33B26370DDF424ACB175B8EC88EE6
SHA-256CA7EC417D1A37E2ED14F5A160569C053EC832CBFAF4C5CFAC842A5F1EE4D8D68
Key Value
MD5257BAE219FEA85607DF596B3C190F0F9
PackageArchx86_64
PackageDescription The Memdb package implements a simple in-memory database built on immutable radix trees. The database provides Atomicity, Consistency and Isolation from ACID. Being that it is in-memory, it does not provide durability. The database is instantiated with a schema that specifies the tables and indices that exist and allows transactions to be executed. The database provides the following: - Multi-Version Concurrency Control (MVCC) - By leveraging immutable radix trees the database is able to support any number of concurrent readers without locking, and allows a writer to make progress. - Transaction Support - The database allows for rich transactions, in which multiple objects are inserted, updated or deleted. The transactions can span multiple tables, and are applied atomically. The database provides atomicity and isolation in ACID terminology, such that until commit the updates are not visible. - Rich Indexing - Tables can support any number of indexes, which can be simple like a single field index, or more advanced compound field indexes. Certain types like UUID can be efficiently compressed from strings into byte indexes for reduced storage requirements. - Watches - Callers can populate a watch set as part of a query, which can be used to detect when a modification has been made to the database which affects the query results. This lets callers easily watch for changes in the database in a very general way.
PackageMaintainerFedora Project
PackageNamegolang-github-hashicorp-memdb
PackageRelease2.fc34
PackageVersion1.3.0
SHA-12FC4D3AC25443D9E052A6A261A1FEA30708FA8F0
SHA-256EAD302D19698C063ED28428FACE552589D69A67600A91316C6A7E10BC6AD1C2E
Key Value
MD550595CBCF3858C4DB1EA6B46D1589DC9
PackageArchnoarch
PackageDescriptionThe Memdb package implements a simple in-memory database built on immutable radix trees. The database provides Atomicity, Consistency and Isolation from ACID. Being that it is in-memory, it does not provide durability. The database is instantiated with a schema that specifies the tables and indices that exist and allows transactions to be executed. The database provides the following: – Multi-Version Concurrency Control (MVCC) - By leveraging immutable radix trees the database is able to support any number of concurrent readers without locking, and allows a writer to make progress. – Transaction Support - The database allows for rich transactions, in which multiple objects are inserted, updated or deleted. The transactions can span multiple tables, and are applied atomically. The database provides atomicity and isolation in ACID terminology, such that until commit the updates are not visible. – Rich Indexing - Tables can support any number of indexes, which can be simple like a single field index, or more advanced compound field indexes. Certain types like UUID can be efficiently compressed from strings into byte indexes for reduced storage requirements. – Watches - Callers can populate a watch set as part of a query, which can be used to detect when a modification has been made to the database which affects the query results. This lets callers easily watch for changes in the database in a very general way. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/hashicorp/go-memdb
PackageMaintainerFedora Project
PackageNamegolang-github-hashicorp-memdb-devel
PackageRelease2.fc34
PackageVersion1.3.0
SHA-1316C98B7DF134029F002EFCAF1C96BC7182B6949
SHA-2565F3FF068C9169CB8F8718730E6D0255E53666000C9699AAB74029092F3ACE342
Key Value
MD572776A2058A508FD4B33F697FB9ECEB3
PackageArchaarch64
PackageDescription The Memdb package implements a simple in-memory database built on immutable radix trees. The database provides Atomicity, Consistency and Isolation from ACID. Being that it is in-memory, it does not provide durability. The database is instantiated with a schema that specifies the tables and indices that exist and allows transactions to be executed. The database provides the following: - Multi-Version Concurrency Control (MVCC) - By leveraging immutable radix trees the database is able to support any number of concurrent readers without locking, and allows a writer to make progress. - Transaction Support - The database allows for rich transactions, in which multiple objects are inserted, updated or deleted. The transactions can span multiple tables, and are applied atomically. The database provides atomicity and isolation in ACID terminology, such that until commit the updates are not visible. - Rich Indexing - Tables can support any number of indexes, which can be simple like a single field index, or more advanced compound field indexes. Certain types like UUID can be efficiently compressed from strings into byte indexes for reduced storage requirements. - Watches - Callers can populate a watch set as part of a query, which can be used to detect when a modification has been made to the database which affects the query results. This lets callers easily watch for changes in the database in a very general way.
PackageMaintainerFedora Project
PackageNamegolang-github-hashicorp-memdb
PackageRelease2.fc34
PackageVersion1.3.0
SHA-12854D67D345B31FBF6DF423E79F9BD151C9014A0
SHA-2569B8D482FA30BFB30DCCF23458F4B768BBAAF08F1864BAE77B979793EC289AD7A
Key Value
MD514D972018D4688936655885EF05924CD
PackageArchnoarch
PackageDescriptionThe Memdb package implements a simple in-memory database built on immutable radix trees. The database provides Atomicity, Consistency and Isolation from ACID. Being that it is in-memory, it does not provide durability. The database is instantiated with a schema that specifies the tables and indices that exist and allows transactions to be executed. The database provides the following: – Multi-Version Concurrency Control (MVCC) - By leveraging immutable radix trees the database is able to support any number of concurrent readers without locking, and allows a writer to make progress. – Transaction Support - The database allows for rich transactions, in which multiple objects are inserted, updated or deleted. The transactions can span multiple tables, and are applied atomically. The database provides atomicity and isolation in ACID terminology, such that until commit the updates are not visible. – Rich Indexing - Tables can support any number of indexes, which can be simple like a single field index, or more advanced compound field indexes. Certain types like UUID can be efficiently compressed from strings into byte indexes for reduced storage requirements. – Watches - Callers can populate a watch set as part of a query, which can be used to detect when a modification has been made to the database which affects the query results. This lets callers easily watch for changes in the database in a very general way. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/hashicorp/go-memdb
PackageMaintainerFedora Project
PackageNamegolang-github-hashicorp-memdb-devel
PackageRelease1.fc33
PackageVersion1.2.1
SHA-1A2EED115DEEE4391AA3BF50D873AAAE9946E3FA2
SHA-25644636C3845600294D6007A078902E687BFAC1C59AA194368E3739D93AD1B654E
Key Value
FileSize34608
MD5826CB13EF94A8F6AF74EC1A592C38AE5
PackageDescriptionin-memory database built on immutable radix trees Implementation of a simple in-memory database built on immutable radix trees. The database provides Atomicity, Consistency and Isolation from ACID. Being that it is in-memory, it does not provide durability. The database is instantiated with a schema that specifies the tables and indicies that exist and allows transactions to be executed.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-hashicorp-go-memdb-dev
PackageSectiondevel
PackageVersion1.2.1-1
SHA-1C4C2487209E14279B9701AC320E2ED237F23AC2E
SHA-256697CCBA99DDEC7C3638208C52266B6F81F17039968CBA9E15F7BC8D7852783C8
Key Value
MD54B84D75BAAD79BAB75A4CB6679C790B5
PackageArchx86_64
PackageDescription The Memdb package implements a simple in-memory database built on immutable radix trees. The database provides Atomicity, Consistency and Isolation from ACID. Being that it is in-memory, it does not provide durability. The database is instantiated with a schema that specifies the tables and indices that exist and allows transactions to be executed. The database provides the following: - Multi-Version Concurrency Control (MVCC) - By leveraging immutable radix trees the database is able to support any number of concurrent readers without locking, and allows a writer to make progress. - Transaction Support - The database allows for rich transactions, in which multiple objects are inserted, updated or deleted. The transactions can span multiple tables, and are applied atomically. The database provides atomicity and isolation in ACID terminology, such that until commit the updates are not visible. - Rich Indexing - Tables can support any number of indexes, which can be simple like a single field index, or more advanced compound field indexes. Certain types like UUID can be efficiently compressed from strings into byte indexes for reduced storage requirements. - Watches - Callers can populate a watch set as part of a query, which can be used to detect when a modification has been made to the database which affects the query results. This lets callers easily watch for changes in the database in a very general way.
PackageMaintainerFedora Project
PackageNamegolang-github-hashicorp-memdb
PackageRelease1.fc33
PackageVersion1.2.1
SHA-17DCE6A5C294ABF88F156151C55DF42BBAAA6956C
SHA-2561764282B9DEA62C8CDBBB1C3096502F0ED821A7B461AA0D5701B9927A701314A
Key Value
MD52A4D11F8381E93A9FB4D03217CAA1398
PackageArchaarch64
PackageDescription The Memdb package implements a simple in-memory database built on immutable radix trees. The database provides Atomicity, Consistency and Isolation from ACID. Being that it is in-memory, it does not provide durability. The database is instantiated with a schema that specifies the tables and indices that exist and allows transactions to be executed. The database provides the following: - Multi-Version Concurrency Control (MVCC) - By leveraging immutable radix trees the database is able to support any number of concurrent readers without locking, and allows a writer to make progress. - Transaction Support - The database allows for rich transactions, in which multiple objects are inserted, updated or deleted. The transactions can span multiple tables, and are applied atomically. The database provides atomicity and isolation in ACID terminology, such that until commit the updates are not visible. - Rich Indexing - Tables can support any number of indexes, which can be simple like a single field index, or more advanced compound field indexes. Certain types like UUID can be efficiently compressed from strings into byte indexes for reduced storage requirements. - Watches - Callers can populate a watch set as part of a query, which can be used to detect when a modification has been made to the database which affects the query results. This lets callers easily watch for changes in the database in a very general way.
PackageMaintainerFedora Project
PackageNamegolang-github-hashicorp-memdb
PackageRelease1.fc33
PackageVersion1.2.1
SHA-118560D37D8CFF0898C0D16466F3B3E39A7E9F376
SHA-2563D80F5FAC98244DECB61E9B7FDC59CBF504674E79BFD7ABE61627361C0D105A3
Key Value
FileSize34568
MD589C7FA89F97102218CA284B9D84B127D
PackageDescriptionin-memory database built on immutable radix trees Implementation of a simple in-memory database built on immutable radix trees. The database provides Atomicity, Consistency and Isolation from ACID. Being that it is in-memory, it does not provide durability. The database is instantiated with a schema that specifies the tables and indicies that exist and allows transactions to be executed.
PackageMaintainerDebian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
PackageNamegolang-github-hashicorp-go-memdb-dev
PackageSectiondevel
PackageVersion1.2.1-1
SHA-1753CF3F4C0A7B2418C3E5788186BD234D0482D8D
SHA-25623E1EE910D6EA04AE36BE4699F483C1BD14BD265EBFE10907E87A8F2CBA73FE7