Result for 26D4F2DC17A62509733BDD981502686493D2067E

Query result

Key Value
FileName./usr/share/gocode/src/github.com/hashicorp/go-memdb/README.md
FileSize3028
MD5F7C70C05ABE377E86A656D0F63109E88
SHA-126D4F2DC17A62509733BDD981502686493D2067E
SHA-2561F4619C7DEC4FD89F2375E3FDA60AB6952F834EA19023BCB8D2413728C57C94B
SSDEEP48:03wbcf8XrGnD6kc98WAOXSAE4jrApYuzGzdyS5jwSAeGiXfuCWWiDUHW6f/dLMxB:qwbcE8Dbc9dRCyufzGzRGSAeGivuJWmX
TLSHT10E517302B7203224071B04F47ADD55959D5FD0AAB9385AF1F89EC02D0B5D6BDB07FAE4
hashlookup:parent-total4
hashlookup:trust70

Network graph view

Parents (Total: 4)

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

Key Value
MD57F7B018D1E7E94FC85B2057EEA15D9B1
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
PackageRelease4.fc32
PackageVersion1.0.3
SHA-1DC47B00609B48E6215C16D321A674EB88EFE9BFD
SHA-256C70DD1381C0CA015B82BCE3ADA1319EBBE25AED8968B2C55A8C57693A6A97A86
Key Value
MD5851E04F7FE3CF03565D572BE518A9E7E
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
PackageRelease4.fc32
PackageVersion1.0.3
SHA-1B27A779A730967C4B8104775E63C756F7E47235E
SHA-256540F1C3153829F72617E0EA073CDA1FCF062E31C32CFF9F95C512914FD6E465D
Key Value
MD51AB05CD5D69D9D3667A48AB23DACB244
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
PackageRelease4.fc32
PackageVersion1.0.3
SHA-1E996D66551EF9FE6EB62B83ADD8CBB03BB43E3AC
SHA-25684A1DAEA401AA29D7EDA3486429A851DDCD37D241B754A086F48343A57527C26
Key Value
MD5C7E032E414D1832285AC4C6BFAD09C8A
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
PackageRelease4.fc32
PackageVersion1.0.3
SHA-15E93F80F5345D0B50D7D21F73C2ED0E30C7E1128
SHA-256E584E114153C9DCC0562862BC2AFE63AFD585A2BCC95E8AF64934D413943FA5A