Wanting to use this with Livewire live form saving #1328
Unanswered
christoferd
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd love to use this with Livewire live form saving.
For example: The app has a calendar booking form that automatically saves edits made in form fields on existing records.
This means the form may save 10 times in 60 seconds. And not necessarily to the same model.
If every change were saved to the database, it would create millions of records in a short amount of time.
Even if I only stored the differences/changes, it would be a lot of records, maybe not so much data.
Issue: I want to keep the main database fast and lean.
Solution?
Context: The visible calendar has Bookings with its own details, and related to Tasks, Charges, Transactions, Clients, and Vehicles
What would you do?
Have you had to sove this yourself?
Beta Was this translation helpful? Give feedback.
All reactions