Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 3.10.0
-
Fix Version/s: 4.0.0
-
Component/s: app.catalog, app.editor
-
Labels:None
-
Target Version:
Description
lib/hue/apps/beeswax/src/beeswax/server/dbms.py
"handle = self.execute_and_wait(query, timeout_sec=5.0)"
I know that we did that intentionally for performance reasons. SO they have to manually run queries to view a sample of the data. Is this behavior still the same in the new editor? Is there any way we can increase the timeout without drastically hurting overall performance?