Ask a Question

Prefer a chat interface with context about you and your work?

Graphulo implementation of server-side sparse matrix multiply in the Accumulo database

Graphulo implementation of server-side sparse matrix multiply in the Accumulo database

The Apache Accumulo database excels at distributed storage and indexing and is ideally suited for storing graph data. Many big data analytics compute on graph data and persist their results back to the database. These graph calculations are often best performed inside the database server. The GraphBLAS standard provides a …