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
v7.1.1 (open source) - it doesn't seem to allow me to change the issue label
What steps can we follow to reproduce the behaviour?
Have a Learning Locker instance with several million statements (using DocumentDB in my case).
What is the actual behaviour?
The following query shows up in DocumentDB performance insights as taking nearly 100% of the database IO for a few hours at a time, causing responsiveness issues:
It then disappears for several hours. Reading the worker code, it doesn't seem like it intends to update a lot of statements at once, since updates are only supposed to happen when personas are created for the first time, so I'm not entirely sure why this situation is happening.
What is the expected behavior?
If I understand right, personas should only be created when the first few statements are received for each user, so these mass updates shouldn't happen.
Is there any additional information that will help us replicate/understand the problem?
Let me know if there's more information that I can provide.
The text was updated successfully, but these errors were encountered:
What version were you using?
v7.1.1 (open source) - it doesn't seem to allow me to change the issue label
What steps can we follow to reproduce the behaviour?
Have a Learning Locker instance with several million statements (using DocumentDB in my case).
What is the actual behaviour?
The following query shows up in DocumentDB performance insights as taking nearly 100% of the database IO for a few hours at a time, causing responsiveness issues:
It then disappears for several hours. Reading the worker code, it doesn't seem like it intends to update a lot of statements at once, since updates are only supposed to happen when personas are created for the first time, so I'm not entirely sure why this situation is happening.
What is the expected behavior?
If I understand right, personas should only be created when the first few statements are received for each user, so these mass updates shouldn't happen.
Is there any additional information that will help us replicate/understand the problem?
Let me know if there's more information that I can provide.
The text was updated successfully, but these errors were encountered: