Hi All, Monty,

> If we move parsing out to the client, then we could implement pluggable
> types as a client-side addition, leaving the database server lean and
> mean, but still giving compile-time errors and data validation hooks.

Ouch....so that means essentially you cannot index columns using user
defined types (at least not in a way that the index reflects
type-specific semantics.

I can see how parsing could be moved to the client side. But surely,
query execution still lives at the server side, correct? I mean,
something like evaluating a WHERE clause to compare whether a
particular column is equal to some constant is done on the server no?
Isn't this impossible of the logic to perform the comparison is not
par of the server?

-- 
Roland Bouman
http://rpbouman.blogspot.com/

_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to