Hi Michael,

I am developing an apriori sort of algorithm where I use previously 
constructed tables to generate next level tables. Each level depends on 
exactly on the immediate previous level and I do not need level-k tables 
once I create level-(k+1) tables.

Being more specific, I am generating size-2 tables, then joining some of 
them to generate size-3 tables and then join some of these size-3 and form 
size-4 tables and so on till some size-'k'. By size I refer to number of 
attributes here. So I don't need size-(k-1) tables to build size-(k+1) 
tables and can get rid of all previous tables except size-(k). So I wanted 
to know if there is any support for temporary tables/views in Neo4J.


Please help and provide your suggestions on how I can do this efficiently.

On Sunday, 21 September 2014 04:27:05 UTC+5:30, Mohana Krishna, IIT Bombay, 
India wrote:
>
> Is there a way to create temporary result tables in Neo4j? I am generating 
> few tables as by-product in my project. Can I store them w/o actually 
> creating new graph?
>
> Is there any equivalent concept of view in traditional databases in Neo4j?
>
> Awaiting reply. Thanks
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to