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. Processor translates graph requests
into SQL.
Some limitations: No custom commands, primitive formatters. Query results are
not streaming.
On Wed, Dec 01, 2010 at 03:19:32PM +0500, ghatpa...@vsnl.net wrote:
> Hello,
>
> Here is the proposal: My 1st step towards Intelligent, Integrated database.
You're implying that databases are stupid and incoherent. This is
*not* a great way to start.
Cheers,
David.
--
David Fetter http://fet
Hello
there was a very similar design in ANSI SQL 99. I have documentation
only in Czech, but probably you can find a sources about OOP part in
ANSI/SQL.
CREATE TABLE children(
id int primary key,
parent ref(parents)
name ..
...
and you can write queries like
SELECT name, parent->name F
I am probably just being thick, but how is your idea different from create
domain:
http://www.postgresql.org/docs/current/static/sql-createdomain.html
From: pgsql-hackers-ow...@postgresql.org
[mailto:pgsql-hackers-ow...@postgresql.org] On Behalf Of ghatpa...@vsnl.net
Sent: Wednesday, December 0