Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Microsoft SQL Server > Re: An sql drea...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 9 of 10 Topic 10952 of 11291
Post > Topic >>

Re: An sql dream - thinking in terms of order AND sets at the same time

by "Anith Sen" <anith@[EMAIL PROTECTED] > Apr 12, 2008 at 09:31 PM

>> So, when I use the term "array", you automatically forced into a 
>> row-major physical implementation, instead of a column-major 
>> implementation or a linked list or a hash table or something else?

I doubt if it really a concern. The row-major order/column-major order 
shouldn't be even relevant to user unless the language forces the user to 
describe to how the array is traversed in memory and how each element is 
accessed in memory. For single dimensional arrays, common operations like 
CreateArray(n), GetElement(a,i), SetElement(a, i, <new value>) doesn't 
require specifying additional implementation level details. Obviously, if 
performance is a concern then you'd think about the layout and storage in 
memory, esp. if the array is of higher order, but that wouldn't be at the 
logical level.

>> All I hear with *data structure* is an access method that can have
pretty 
>> much any data type at the node or cell level. I cannot see why an
access 
>> method could be a data type.  The box is not the birthday present :)

If that is what you mean, then there is little contention. But I still
think 
that is too simplistic to be the well-understood description of data 
structures in general.

-- 
Anith
 




 10 Posts in Topic:
An sql dream - thinking in terms of order AND sets at the same t
steve <rog11228@[EMAIL  2008-04-10 03:17:11 
Re: An sql dream - thinking in terms of order AND sets at the sa
--CELKO-- <jcelko212@[  2008-04-10 11:52:22 
Re: An sql dream - thinking in terms of order AND sets at the sa
steve <rog11228@[EMAIL  2008-04-10 19:58:18 
Re: An sql dream - thinking in terms of order AND sets at the sa
--CELKO-- <jcelko212@[  2008-04-11 07:58:25 
Re: An sql dream - thinking in terms of order AND sets at the sa
"Anith Sen" <  2008-04-11 10:18:06 
Re: An sql dream - thinking in terms of order AND sets at the sa
--CELKO-- <jcelko212@[  2008-04-11 11:44:36 
Re: An sql dream - thinking in terms of order AND sets at the sa
"Anith Sen" <  2008-04-11 15:31:49 
Re: An sql dream - thinking in terms of order AND sets at the sa
--CELKO-- <jcelko212@[  2008-04-11 14:00:05 
Re: An sql dream - thinking in terms of order AND sets at the sa
"Anith Sen" <  2008-04-12 21:31:03 
Re: An sql dream - thinking in terms of order AND sets at the sa
steve <rog11228@[EMAIL  2008-04-13 03:41:40 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu Aug 21 20:35:48 CDT 2008.