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

Application should perform well with 150 concurrent users and over 100,000 rows of data #771

Open
lbeaufort opened this issue Mar 12, 2024 · 0 comments
Assignees

Comments

@lbeaufort
Copy link
Member

lbeaufort commented Mar 12, 2024

Business Reason

For an alpha release, we should reliably handle 150 concurrent users. Peak FECFile usage could be over 5,000 concurrent users

As a [role], I will be able to [blank] so that I can [business reason]

Acceptance Criteria

If [precedent] When [action] Then [result]

Dev notes

Current average response time for 150 concurrent users is over 3 seconds (3,000-4,000ms), and that's just for read queries, not for writes. Also, there's very little data in the system. Ideally, that should be under 500ms with over 100,000 rows of data

Results from running 3 application instances, 1.5GB

QA Notes

null

DEV Notes

null

Design

null

See full ticket and images here: FECFILE-210

@lbeaufort lbeaufort changed the title Application can perform with 150 concurrent users and over 100,000 rows of data Application should perform well with 150 concurrent users and over 100,000 rows of data Mar 12, 2024
@AureliaKhorsand AureliaKhorsand removed the AA label Apr 4, 2024
@AureliaKhorsand AureliaKhorsand added AA and removed AA labels Jul 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants