If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Database feature wishlist

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-03-09, 15:04
dportas dportas is offline
Registered User
 
Join Date: Dec 2007
Location: London, UK
Posts: 732
Database feature wishlist

If you could have it tomorrow, what new feature(s) would you most like to see in a DBMS? (Try to keep it to physically possible and on-topic suggestions if you can )

My list:

A relational data model and language to replace SQL (no surprise there then!)

Self-optimising storage engine

Generalised constraint support (full referential integrity, multi-relvar constraints, dependency constraints, transition constraints and an optimiser)

Support for multiple assignment
Reply With Quote
  #2 (permalink)  
Old 07-03-09, 15:35
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,516
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 07-03-09, 15:51
dportas dportas is offline
Registered User
 
Join Date: Dec 2007
Location: London, UK
Posts: 732
Thanks Rudy, the "NoSQL" initiative was what inspired me to ask the question. Their criticism is actually directed at SQL and SQL products even though they sometimes wrongly assume that it's the relational model at fault. I agree with most of their criticisms. Not to put too fine a point on it, SQL is a dog and was a technology for the 1980s, not the 21st century. Now is a great time to be reviewing what we actually want from our DBMSs.

Quote:
Originally Posted by r937
scalability, to stop relational databases from being regarded as "toys"
Crucially, scale out rather than just scale up I think.

Last edited by dportas; 07-03-09 at 15:55.
Reply With Quote
  #4 (permalink)  
Old 07-04-09, 13:45
sqlguru sqlguru is offline
Registered User
 
Join Date: Jun 2009
Posts: 66
Microsoft stupidity is just amazing.

The relational model is all about "sets". Stored procedures need to work on "sets". So, Microsoft added table-valued parameters in SQL 2008. Great, now you can pass in "table sets" for the stored procedure to CRUD against...so far so good.

Problem? Once you create the table-valued "type" and use it in 1000s of stored procedures, if you EVER decide to add an extra column etc......you must drop all the references manually. This is the same thing with user defined types.

Anyone know of an IDE that allows altering of table-valued types and user-defined types? Toad?

Last edited by sqlguru; 07-04-09 at 14:02.
Reply With Quote
  #5 (permalink)  
Old 07-04-09, 17:28
mike_bike_kite mike_bike_kite is offline
vaguely human
 
Join Date: Jun 2007
Location: London
Posts: 2,519
There was this thread a short while ago
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On