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

Outstanding work needed to get this production ready and able to handle high loads #2

Open
emmaLP opened this issue Aug 5, 2022 · 2 comments

Comments

@emmaLP
Copy link
Collaborator

emmaLP commented Aug 5, 2022

What is left to do in order to get this production ready as well to be high performing (fast)?

@emmaLP emmaLP changed the title Steps to get this production ready and able to handle high loads Outstanding work needed to get this production ready and able to handle high loads Aug 5, 2022
@Ompluscator
Copy link
Owner

Hi @emmaLP .

At this point I would say to add some functionality for INSERT/UPDATE/DELETE... maybe more about Querying, and definitely unit testing.

Regarding performance, I would expect to be in the range of generated code and far better than reflection.

@Philiphil
Copy link
Contributor

Hi there
in my opinion

  • Batch operations (insert/update/delete) are missing (I tried to implement them using utils.ChunkSlice in order to respect gorm limit but didn't achieved to make it work)
  • Assocations Preload for relationships (I'm working on it here but I do not handle the associate struct model to entity cast )

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

3 participants