Re: postgresql vs mysql - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: postgresql vs mysql
Date
Msg-id 200702232247.18420.peter_e@gmx.net
Whole thread Raw
In response to Re: postgresql vs mysql  ("Brandon Aiken" <BAiken@winemantech.com>)
Responses Re: postgresql vs mysql  (Ron Johnson <ron.l.johnson@cox.net>)
List pgsql-general
Brandon Aiken wrote:
> That's why you make a table for every device or every measurement,
> and then use a view to consolidate it.  With updatable views, there's
> no excuse not to.

No, you put them all on one table and put nulls in places where no data
is available.  With real database systems, there's no excuse not to.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

pgsql-general by date:

Previous
From: "Chad Wagner"
Date:
Subject: Re: Wikipedia on Postgres (was Re: postgresql vs mysql)
Next
From: Glen Parker
Date:
Subject: Re: postgresql vs mysql