Results 1 to 2 of 2

Thread: Fixed and variable field Length

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2007
    Posts
    40

    Fixed and variable field Length

    Is there any advantage by setting a filed, fixed or variable length. In my application there are somany deletion and modification of records. Will Fixed/Variable Property affect my programs performance or database size?

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Fixed and variable field Length

    Assuming that the data is variable length, a variable length data type is best - it takes less space in the database, and requires less memory/network usage (which could both potentially affect performance).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width