Latest Activity
We wonder if it is possible to track a database over a given period of time, using any specific DENODO functionality, for performance analysis and operational statistics purposes.
Denodo Monitor performance Analytical Analytic Functions (Window Functions) Statistics
Hello dear Denodo team, I have a question regarding the performance of a view based on a MongoDB data source. The base view in question has about 2.7 million records and 256 columns. Running the query SELECT max(date) FROM ; I tried several things...
Hello, is it possible to solve the following scenario: I have two views with different sources, which I would like to join (a push-down is therefore not possible). I want to join these views and make them available for reporting. However, the reportin...
Hi, I observered a poor performance for a join between a jdbc type view and json array. individually when queried they are running fast but when we do a join it's performance degrades. Can you suggest how to improve performance ? Also i see 347 subp...
Hi, I have joined tables from teradata and SAP Hana, i was able to execute the view and get data if i add a where clause in the query. but when i run select * from table query it is running for a long time and throws error as 'error in join'. also not...
I currently have two derived views, say D1 and D2, that are unioned together to create D3. I originally had an issue with both D1 and D2 which involved a sort merge. Both D1 and D2 are a join of two base views; each ran very well when I had a date fil...
Hi Team, We are facing issues while fetching data from Oracle DB, which is taking longer time than usual. When checking with DB team, they suggested to use below(with parallel option) while running a select command. I tried to run the same manually an...
I'm currently seeing performance issues when we run quiries extracting data from tables with multimilliion records. The data movement is slow and cpu consumption is quite high during the query execution. As a first step, I would like to compare it to t...
I've gone through the section 7.1 CREATING DIAGNOSTICS of 'Virtual Dataport and Monitoring Tools' but i am getting error as "unexpected error creating diagnostic 'Diag1' " in VDP. I have used correct directory and also all the mentioned file has been c...
denodo 6.0 performance denodo monitoring and diagnostic tool
I am having around 20 services created whose base views are cached and indexed. The performance(execution time) of all the services was improved when I switched to cache database except one service. This one service execution time is increased to more ...