Rumzzz 36 Posted January 5 Author Posted January 5 Hi @LukeAny progress updates for this issue? This has really been negatively affecting my users, as a hung search for any user causes slowdowns for the entire server.
Chillout 117 Posted January 9 Posted January 9 Stable Server version 4.9.3.0 fixed the slow search for me. 1
Rumzzz 36 Posted January 9 Author Posted January 9 I updated to 4.9.3.0. I think the multi-word issue seems resolved but there are still a few cases where searching takes minutes long (seems to be smaller word searches) Searches that came back within 10 seconds: Ice Cube, Kanye West, Kid Cudi, Andy Clausen Searches that take minutes to load: The Creator, Leon, War, don, tyler, mark 1 1
Chillout 117 Posted January 10 Posted January 10 @Rumzzz You are right, there are still some searches that activates Emby server CPU meltdown command. 2
Rumzzz 36 Posted February 2 Author Posted February 2 @Lukejust wondering if this is still being looked into? I am still getting lots of hung searches and server lock-ups
Luke 42401 Posted February 3 Posted February 3 On 2/1/2026 at 9:29 PM, Rumzzz said: @Lukejust wondering if this is still being looked into? I am still getting lots of hung searches and server lock-ups Hi, yes we are still looking at it. Thanks. 1
kingom 6 Posted February 3 Posted February 3 Just found this thread, only want to say i'm experiencing the same problems since some weeks
milindmody 2 Posted February 12 Posted February 12 I have updated to 4.9.3.0 and this issue is still there for me. Any single word searches are fine but as soon as I have two or more words it takes 45 seconds to 1 minute to run a search. It's extremely frustrating. I preferred the older search. And I would still request an advanced search option based on IMDB # . Any guidance of time frame to get this fixed would be appreciated. 1
Luke 42401 Posted February 14 Posted February 14 On 2/12/2026 at 4:09 AM, milindmody said: I have updated to 4.9.3.0 and this issue is still there for me. Any single word searches are fine but as soon as I have two or more words it takes 45 seconds to 1 minute to run a search. It's extremely frustrating. I preferred the older search. And I would still request an advanced search option based on IMDB # . Any guidance of time frame to get this fixed would be appreciated. HI, we are working on improving this. Thanks.
Rumzzz 36 Posted February 16 Author Posted February 16 I will definitely be moving to the beta channel the instant this fix is out to test thoroughly. 1
Rumzzz 36 Posted March 29 Author Posted March 29 (edited) Installed version 4.10.0.7 beta just to see if the sqlite updates would help, sadly searching is still sporadically unreliable. Still looking forward to a fix, hopefully soon. Edited March 29 by Rumzzz 1 1
HandsGroober 6 Posted April 11 Posted April 11 Any update on this? A couple of short concurrent searches are enough to lock up the server entirely. 3
visproduction 351 Posted April 11 Posted April 11 (edited) Would a built in delay to the search function help? Typically, fixing a complex search is done on the server side where the product owner can distribute the demand to multiple servers. When the server is local to the admin, then fixing complex searches with more server bandwidth can be recommended, but won't help for admins that don't upgrade hardware. So, maybe a built in delay to force complex searches to be more friendly, could limit the demand on the server to be more friendly. This doesn't make complex searches work any faster, but perhaps would keep the server from locking up. Or throttle down (raise the LInux nice setting) search priority and just offer a text update "... Searching now through all the libraries..." Just an idea. https://duckduckgo.com/?q=SQL+lokup+searches+with+delay+using+.js+script&ia=web For Linux: https://www.geeksforgeeks.org/linux-unix/nice-and-renice-command-in-linux-with-examples/ Edited April 11 by visproduction
Rumzzz 36 Posted April 11 Author Posted April 11 Not sure if a delay or an increase in bandwidth would help much in this case. My Win11/13600k/32GB RAM machine will lock up just from a single search query. If a proper fix to the query itself is going to take much longer, then I would honestly prefer reverting it (where searches would take 15 seconds every time, without locking up the server)
bandit8623 238 Posted April 11 Posted April 11 (edited) so weird that i have never had this happen. on windows. i do have a 24 cores 48 threads though. 35Tb library. on a hardware raid ssd setup though. when i do a search i dont even see cpu usage go up. Edited April 12 by bandit8623
Rumzzz 36 Posted April 12 Author Posted April 12 That IS odd. My library is ~80TB but I think the difference in my case might be related to the number of artists/performers/composers that are tagged on my files. I never see the Emby process use more than 15% CPU usage, even when it's locked up from a search query. I also have 10GB allocated to cache size in the settings, but the only time it's ever gotten close to using that is during a database clean/vacuum. 1
bandit8623 238 Posted April 12 Posted April 12 15 minutes ago, Rumzzz said: That IS odd. My library is ~80TB but I think the difference in my case might be related to the number of artists/performers/composers that are tagged on my files. I never see the Emby process use more than 15% CPU usage, even when it's locked up from a search query. I also have 10GB allocated to cache size in the settings, but the only time it's ever gotten close to using that is during a database clean/vacuum. seems related then to the storage speed? as cpu isnt bottleneck.
Rumzzz 36 Posted April 12 Author Posted April 12 Running a 2TB WD BLACK SN850X, not even half full so I doubt that is affecting it. Really wish I could revert to the previous search until a fix is ready to test out. 1
HandsGroober 6 Posted April 15 Posted April 15 On 11/04/2026 at 12:35, HandsGroober said: Any update on this? A couple of short concurrent searches are enough to lock up the server entirely. Apologies. At some point I allocated my emby server with only one vCPU. I'm not sure how this happened. I've provisioned the server with eight vCPUs and searching is no longer a problem. 3
Neminem 1690 Posted April 15 Posted April 15 (edited) Yes search can be slow, if you run Emby on a underpowered pc. This all started after search was reformed 4.9 server version. Using delimiters is always a good option. I guess its Emby's version of fuzzy search that comes into play here. More CPU power / quicker search. But WHY ??? Edit: Adding. I also guess it depends on the numbers of extras. Search = John Media items to search = 127.236 less than a 3 sec. Edited April 15 by Neminem 1
crash1015 6 Posted April 20 Posted April 20 On 4/15/2026 at 11:55 AM, Luke said: Hi, we are working on improving this. Thanks. I’ve been dealing with this issue for quite some time, so it’s good to hear it’s being addressed. As a temporary workaround, I created a script that pings the API every minute. If the API stops responding, it force closes the server along with any active ffmpeg processes, then restarts everything automatically. I had to put this in place because when the server hangs after certain searches, it can remain stuck for 10 minutes or more, during which time no other users are able to access the server. If i can help in any way, let me know:) 1
crash1015 6 Posted April 23 Posted April 23 I know it's been talked about before, but adding a switch to disable all search function would be AMAZING. I've tried making changes myself, but things got worse so i reverted. lol
Rumzzz 36 Posted April 23 Author Posted April 23 (edited) @crash1015 I wrote this quick custom CSS you can use in the General settings to hide search elements: .headerSearchButton {display: none;} .navDrawerSearchFieldContainer {display: none; } .drawer-search {display: none; } Hiding/disabling the search is not a good workaround for me or my users, so I am hoping this gets addressed soon. It's been months. Edited April 24 by Rumzzz
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now