Latest Activity

code

Mongo DB Custom Wrapper setting fetch size

Hi, is it possible to change the fetchsize (Southbound) for the MongoDB customwrapper? Next to this what is the default fetchsize value for for the MongoDB customwrapper? Thanks for your help!

fetch mongodb

code

denodo chunk vs fetch

we will be having a java spring app using jdbc to call denodo to call a teradata source. Im struglling with what the client java code has to do. how complex will it be? help me understand how this works. my app defintely wants to chunk things. (north...

FETCH chunksize

code

FETCH or LIMIT in a Subquery

Are you not able to use FETCH and/or LIMIT in a subquery? This query throws an error - Syntax error: Exception parsing query near 'LIMIT' SELECT a.* FROM view1 INNER JOIN (SELECT joinval from view2 ORDER BY joinval DESC FETCH FIRST 3 ROWS ONLY) AS vie...

FETCH LIMIT Subquery

code

FETCHING RECORDS

How to fetch top 10 records from table based on date field without query (using fuctions)

functions fetch