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

Issue #811 offload transaction indexes memory tables #883

Conversation

netboz
Copy link
Contributor

@netboz netboz commented Feb 1, 2023

Description

This first PR addresses the first task : offload transaction index table.

Fixes #811

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • This change passes the current chain index tests.
  • The LRU cache is tested by its own tests

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@netboz netboz added transaction Involve transactions core team Assigned to the core team enhancements labels Feb 1, 2023
@netboz netboz self-assigned this Feb 1, 2023
@netboz netboz force-pushed the issue_#811_offload_memory_tables_transactions branch from 4546b7b to def8199 Compare February 1, 2023 13:57
@netboz netboz changed the title Issue #811 offload memory tables transactions Issue #811 offload transaction indexes memory tables Feb 1, 2023
@netboz netboz force-pushed the issue_#811_offload_memory_tables_transactions branch from 4b8db7c to 87735fe Compare February 10, 2023 09:57
config/config.exs Outdated Show resolved Hide resolved
lib/archethic/db/embedded_impl/chain_index.ex Show resolved Hide resolved
lib/archethic/db/embedded_impl/chain_index.ex Show resolved Hide resolved
@netboz netboz force-pushed the issue_#811_offload_memory_tables_transactions branch from c4f4ace to f6d3e19 Compare February 22, 2023 13:04
@samuelmanzanera samuelmanzanera merged commit 0fb693d into archethic-foundation:develop Feb 22, 2023
@samuelmanzanera samuelmanzanera added feature New feature request enhancements and removed enhancements feature New feature request labels May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core team Assigned to the core team enhancements transaction Involve transactions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Off-loading of memory tables
4 participants