Mini Review
Intro-The partitioned array data structure library and lineDB
Author(s): Duke Grable*
The partitioned array and now, the LineDB library aims to solve the
problem of large arrays in high level settings. That is, they don’t work.
Memory limitations and the limitations of hardware prevent an array
database from storing, say, 1,000,000 entries. The partitioned array/
manager is designed to only look at a specific “file context" (and,”database”
in ‘LineDB’), and partitions within that given ‘file context’.
While ‘LineDB’ resolves all problems of managing partitioned array file
objects, it is still necessary to at least understand how to start a new object,
allocate it, save all files to disk, get, and add elements to the object.
The ‘partitioned array library’ at its core, is capable of storing data created
in the ‘partitioned array’ libraries to.. Read More»
DOI:
10.37012/2752-8081.23.7(4).1-5.