Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Request Node to persist batch transactions to increase request confirmation speed and throughput #1332

Open
MantisClone opened this issue Jan 18, 2024 · 0 comments

Comments

@MantisClone
Copy link
Member

MantisClone commented Jan 18, 2024

Problem

When a graph node receives multiple persistTransaction requests at the same time, the last request in the queue seems slow.

Solution

Batch multiple transactions into the same IPFS document and CID hash.

Background

There are 3 stages of request creation:

  1. Write to IPFS
  2. Write CID on-chain
  3. Index in storage subgraph

Dependencies

Motivation

Increasing speed and throughput was requested by our builders.

@MantisClone MantisClone converted this from a draft issue Jan 18, 2024
@MantisClone MantisClone moved this from 🆕 New to 📋 Backlog: Enhancements in Request Network Tech Backlog Mar 6, 2024
@MantisClone MantisClone moved this from ✨ Backlog: Enhancements to 🎫 Backlog in Request Network Tech Backlog Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🎫 Backlog
Development

No branches or pull requests

1 participant