Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: Proposal: First step towards Intelligent, integrated database - Mailing list pgsql-hackers

From [email protected]
Subject Re: Proposal: First step towards Intelligent, integrated database
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Proposal: First step towards Intelligent, integrateddatabase  (Josh Berkus <[email protected]>)
List pgsql-hackers
The aim of HTSQL is only to avoid joins.
Need to setup HTSQL server. On startup introspects table relationships. Relationships are edges in a graph model.
Processortranslates graph requests into SQL.  
 
Some limitations: No custom commands, primitive formatters. Query results are not streaming. No way to override catalog
configuration.

My proposal has no limitations. Its primary aim is to make database intelligent. Avoiding joins is one of the aim and
notthe only aim. I am sure that the ultimate output of my proposal is NEXT GENERATION DATABASE. It will change database
andERP world.
 

regards,
Vijay.
Experience the excellence....



----- Original Message -----
From: Josh Berkus <[email protected]>
Date: Thursday, December 2, 2010 8:08 am
Subject: Re: [HACKERS] Proposal: First step towards Intelligent,integrateddatabase
To: Jim Nasby <[email protected]>
Cc: Andrew Dunstan <[email protected]>, Tom Lane <[email protected]>, [email protected], Dann Corbit
<[email protected]>,pgsql hackers <[email protected]>
 

> 
> > Something that did what Pavel mentioned:
> > 
> > SELECT name, parent->name FROM children;
> > 
> > would be very useful. It means you no longer have to write 
> explicit joins (or perhaps more accurately, you no longer have to 
> specify exactly how to join the two tables).
> 
> Already exists:
> http://htsql.org/
> 
> 
> -- 
>                                  -- Josh Berkus
>                                     PostgreSQL Experts Inc.
>                                     http://www.pgexperts.com
> 
> -- 
> Sent via pgsql-hackers mailing list ([email protected])
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
> 


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: crash-safe visibility map, take three
Next
From: Jeff Davis
Date:
Subject: Re: build problem