-
Notifications
You must be signed in to change notification settings - Fork 640
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
[Bug] Performance issue using search function #2312
Comments
WOW that is a massive performance hit. I don't have that many cases so far and we use the Janus backend not the Cassandra. |
Can you connect to Cassandra and do a quick view on the tables that are created and their schema? |
I think I tested #1428 but there were still issues. For the rest of the performance issues I'm just praying, because every day my set up is slower and it's getting to the unusable zone again. No matter how much CPU, RAM or DISK you throw to the platform, it just doesn't help |
I see that there is an issue that has just been created, other people have the same problem as me regarding the search feature doesn't work #2314 |
I have the same issue.
Dashboard with alert statistics for the past 3 months (~15000 alerts) take up to 1.5 minutes to execute. No matter how much CPU/RAM i add, i even tried to move the database to SSD - it didn't help either. Also, i have setup with Scylla database as an alternative to Cassandra. With this setup i managed to reduce mentioned above query time to 40 sec, not what i wanted to achieve but it is something. |
I tried to use Scylla instead of Cassandra but the performance is similar as in my issue above. You can see a big difference in performance between thehive 3.5 & the latest version of thehive 4.1.16. I would like to ask you again, are you aware of this problem ? @To-om @nadouani |
Request Type
Bug
Work Environment
Problem Description
I am having a performance problem when I use the Hive's search function, the search function is much slower on my test environment which has the latest version of the hive 4.1.16.
I have a test environment that I have upgraded to thehive 4.1.16 and another production environment that is in 3.5.1. When I use the search function via a filter on thehive 3.5.1 it returns the result in 26,21 ms for search one case while on the 4.1.16 version it takes almost 11,97 s to return the result of the same case.
The database is exactly the same and we have around 12 580 cases in both environments.
Are you aware of this problem ?
Are other users experiencing this phenomenon ?
PROD ENVIRONMENT THE HIVE 3.5.1 :
TEST ENVIRONMENT THE HIVE 4.1.16 :
The text was updated successfully, but these errors were encountered: