You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I would like to know how we can reload data directly from the database?
We have a "revert" function that the user clicks and then we replace all the data on the database with data we previously backed up into another table (midnight CRON that mirrors "store" table).
Problem is that once we replace the data, no matter how much we refresh the web browser the data is still retrieved from memory until we restart node.js.
Thank you!.
The text was updated successfully, but these errors were encountered:
Interesing question! I'm not sure off of the top of my head what the solution to this will be, but I suspect it might reside in the database abstraction layer which uses the ueberDB package. UeberDB might be caching results, I think we should look first at that layer.
Any chance I can be removed from this thread? I am not really involved in this project at all, and my inbox is crazy enough as it is. Thanks!
Best,
Kristin
Kristin snelling
[executive director + creative director + information scientist] www.radicaldesigns.org
radicalDESIGNS cooperative
p: 415.738.0456
f: 415.424.4556
On Sep 21, 2015, at 5:45 PM, Cooper Quintin [email protected] wrote:
Interesing question! I'm not sure off of the top of my head what the solution to this will be, but I suspect it might reside in the database abstraction layer which uses the ueberDB package. UeberDB might be caching results, I think we should look first at that layer.
—
Reply to this email directly or view it on GitHub #31 (comment).
Hi, I would like to know how we can reload data directly from the database?
We have a "revert" function that the user clicks and then we replace all the data on the database with data we previously backed up into another table (midnight CRON that mirrors "store" table).
Problem is that once we replace the data, no matter how much we refresh the web browser the data is still retrieved from memory until we restart node.js.
Thank you!.
The text was updated successfully, but these errors were encountered: