A Microsoft Office (Excel, Word) forum. OfficeFrustration

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   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Column Order



 
 
Thread Tools Display Modes
  #1  
Old March 17th, 2005, 04:09 PM
RTP
external usenet poster
 
Posts: n/a
Default Column Order

Being from the "old school" of Database Design, I was always taught that the
most referenced columns should appear at the begiining of the table and the
lesser referenced columns and variable length columns, mem fields, hlk
fields, should be at the end of the table.

Are these fundamental rules true of Access???

Or should I just group logically and not care about placement???
  #2  
Old March 17th, 2005, 09:03 PM
John Vinson
external usenet poster
 
Posts: n/a
Default

On Thu, 17 Mar 2005 08:09:08 -0800, RTP
wrote:

Being from the "old school" of Database Design, I was always taught that the
most referenced columns should appear at the begiining of the table and the
lesser referenced columns and variable length columns, mem fields, hlk
fields, should be at the end of the table.

Are these fundamental rules true of Access???

Or should I just group logically and not care about placement???


I'd be inclined to do so. The old-school rule was based on databases
which in fact had each record stored as a contiguous string on disk.
Access doesn't; the internal storage mode is proprietary and not
documented, but IME and IMO, it's no faster and no slower to retrieve
the eleventh field than the first.

John W. Vinson[MVP]
  #3  
Old March 17th, 2005, 09:07 PM
Graham Mandeno
external usenet poster
 
Posts: n/a
Default

I believe there is no performance advantage in column placement. Just go
with the logical order.

Your users should never see the tables anyway, so it shouldn't matter :-)
--
Good Luck!

Graham Mandeno [Access MVP]
Auckland, New Zealand

"RTP" wrote in message
...
Being from the "old school" of Database Design, I was always taught that
the
most referenced columns should appear at the begiining of the table and
the
lesser referenced columns and variable length columns, mem fields, hlk
fields, should be at the end of the table.

Are these fundamental rules true of Access???

Or should I just group logically and not care about placement???



 




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
sort column in date order dd/mm/yy K General Discussion 3 April 13th, 2005 09:00 PM
Inhereting the sort order Dan St.John Setting Up & Running Reports 1 July 9th, 2004 03:30 AM


All times are GMT +1. The time now is 08:51 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.