Question Ponnumani Gurusamy · Sep 8, 2016

Cache Database

Why we are not using database of join (inner join and outer join) concept. How to we are retrieving the data from different tables in cache. Any Concepts are using in Cache database to retrieve the data.

Comments

Kyle Baxter · Sep 8, 2016

Caché fully supports INNER and OUTER JOINs, so I'm not sure what the question or problem is here.  Do you have a query that's not working?

0
Ponnumani Gurusamy  Sep 8, 2016 to Kyle Baxter

How to fetch the data from unstructured database?

0
Kyle Baxter  Sep 8, 2016 to Ponnumani Gurusamy

What do you mean by 'unstructured database'?

0
Ponnumani Gurusamy  Sep 8, 2016 to Kyle Baxter

Is Cache unstructured database?. How to find a particular data in database ? Sql search by row and coloumn . How to search in Cache  ? . 

0
Daniel Kutac  Sep 9, 2016 to Ponnumani Gurusamy

You can store both structured and unstructured data in Cache. Thus you can retrieve this data. For structured data you can use regular SQL, XML or Object approach and others (JSON etc...). For unstructured data we have iKnow technology that allows to search such data. Please visit our documentation pages andf filter product to Cache.


Dan 

0