Skip to content

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

@YoshihitoAso

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.

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