Want to get rid of Google Ads, click here.
+ Reply to Thread
Results 1 to 6 of 6

Thread: Field lengths

  1. #1
    Administrator tommy's Avatar
    Join Date
    Nov 2001
    Location
    Copenhagen
    Posts
    4,270

    Default Field lengths

    Where can I find information about field lengths.

    F.ex. What is the maximum length for a character field?
    Best regards Tommy
    Blog - - ITIL certified - Accredited Integration Specialist – HP OpenView Service Management

    Want to keep this site alive? Consider making a donation. Click here.

  2. #2
    Senior Member eisefr's Avatar
    Join Date
    Nov 2001
    Location
    Germany
    Posts
    538

    Default

    I asked that question during my tailoring course.
    The answer was: 'There is no limit'.

    Don't know if it is true though.
    Frank

    • If it happens once, it's a bug.
    • If it happens twice, it's a feature.
    • If it happens more than twice, it's a design philosophy.

  3. #3
    Administrator tommy's Avatar
    Join Date
    Nov 2001
    Location
    Copenhagen
    Posts
    4,270

    Default

    Hmmm yes of course it makes sense to have a character field with NO carrige returns but unlimited in length??? :evil:
    Best regards Tommy
    Blog - - ITIL certified - Accredited Integration Specialist – HP OpenView Service Management

    Want to keep this site alive? Consider making a donation. Click here.

  4. #4
    Senior Member fid509's Avatar
    Join Date
    Feb 2002
    Location
    Brussels
    Posts
    380

    Default

    I've heard the same thing on my course. There is, like always, no limit :wink:
    But I suspect you still have to consider the max recordsize in SC.

  5. #5
    Senior Member
    Join Date
    Feb 2003
    Posts
    114

    Default

    ServiceCenter records have a total record size limit. Historically, this was 32k, although somebody may have found a way to work around this after I left.

    The sum total size of all fields in a record, plus a small amount of record structure data, cannot exceed 32k. That 32k worth of memory, however, can be used up by any combination of fields.

    Thus, 1 30k field is fine, as are 10 3k fields, or 100 300 byte fields.

    The reason most commercial RDBMS systems cap the length of character fields e.g. char (255) or varchar(255) has to do with their system of disk blocking and physical storeage. P4 uses a different storeage mechanism and hence doesn't require you to specify field lengths individually, until you map out to an RDBMS that is.

  6. #6
    Administrator tommy's Avatar
    Join Date
    Nov 2001
    Location
    Copenhagen
    Posts
    4,270

    Default

    In SC5 it is possible to define the record limit.
    Best regards Tommy
    Blog - - ITIL certified - Accredited Integration Specialist – HP OpenView Service Management

    Want to keep this site alive? Consider making a donation. Click here.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Bookmarks

Posting Permissions

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