This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
How to disable ES? #2472
Unanswered
flavioschuindt
asked this question in
Q&A
Replies: 1 comment
-
@flavioschuindt I'm afraid you can't disable ES and have search features. Alternatively, you can implement search interface to query against your primary db, and then disable ES. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, guys.
So, how can I disable ES at all? I know that you can create a dummy implementation of it that does nothing and make conductor use it, but then you will lose all the search capabilities. ES is a huge footprint and having it really impacts the deployment. Is there a way we can totally remove it without breaking the search capability?
P.S.: This is for conductor version 2.X.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions