Skip to content

[FEATURE] Improve the performance of the OrderList API #1421

Description

@YoshihitoAso

Is your feature request related to a problem? Please describe.

Since the current OrderList API has many direct accesses to the blockchain, performance deteriorates as the number of items increases.

Describe the solution you'd like

As a constraint, this API must return the latest order information. Therefore, it is not possible to return information with only indexed information.
Consider how to index some processes while satisfying the requirement to return the latest information.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions