Latest Activity

code

Base view from query using temp tables (SQL server)

I can't seem to create a base view from a query that uses a temp table. From looking around online/on the forums, this seems like an intentional limitation due to the session-limited lifetime of temporary tables. However, this seems like a bad limita...

Base view baseview created from query Global Temp Table Create Base View Baseview SQL Server INDEX Temp Tables

code

Identify delta for source indexes

I'm aware - with the stored procedure 'source_change', we are able to identify changes (like field added/removed/property changes) for underlying source. I observed this does not identify changes in indexes (added/dropped) in underlying database. Plea...

SOURCE_CHANGES() INDEX

code

I need to force index in a integration view with out edit base view from query

Hi, can us help me with that? i want to know if is possible to "force use index" in a oracle sql db by a integration view. /+ INDEX(bd.table IDX_EXAMPLE) / Thanks,

Oracle SQL to VQL Converter INDEX Oracle

code

Create a birmap indexes in a remote table

Hi, Is there a way to create a bitmap index in a remote table ? Pierre SANGUINETTI

remote table Index

code

Search Configuration (Search Index)

Hi, I am using Denodo Express 6.0 and I am trying to implement search in view using indexing. I am following "Search Configuration" document and implementing VDPIndexer Job. I have filled up the information in Extraction Section and can able to see the...

Index

code

Index a temporary table

Hello, Can I index a temporary table columns, if so how can I do that. Thanks

Index