Space Usage on Informix Question

Ask a Question related to Informix, Design and Development.

  1. #1

    Default Space Usage on Informix Question

    Whats the best way to make sure you dont run out of space on your machines ?
    I've set up some purge scripts which will purge a lot of old data on our
    system. That will free up space in the data dbspace and its corresponding
    chunk. But I see that the index dbspace and its chunk are very close to
    getting full. Is the only way to manage this to add an extra chunk ? Will
    purging data and running update stats medium shrink the indexes too ?

    TIA


    Jack A Guest

  2. Similar Questions and Discussions

    1. Document Overhead in Audit Space Usage??
      Exactly what is this and how can I reduce or get rid of it. I have had several pdf's where it is over 50% of the document size. I am able to reduce...
    2. One question on ColorSpace usage via SDk
      Hi, If particular element uses ColorSpace - then I see structure like this: /CS0 cs 0 scn .... Is it possible via PDE layer to change that...
    3. PDF optimizer--help with audit space usage
      I am trying to optimize a pdf with the audit space usage option. 70% of my file is taken up by something called "x object forms". Does anyone know...
    4. ASP.NET MSSQL usage question
      The MSDN article about using MSSQL with ASP.NET located here: http://msdn.microsoft.com/library/default.asp? url=/library/en-...
    5. Index Usage Question
      your range scan is forcing the full table scan. AND reportdatentime >= '25-Mar-2003' AND reportdatentime < '21-Jun-2003' Oracle can only...
  3. #2

    Default Re: Space Usage on Informix Question

    The only way to reduce the space used by the indexes is to drop and recreate
    them. Running update statistics will not change the size of your tables or
    your indexes.


    "Jack A" <jacka8@excite.com> wrote in message
    news:1532eb7213031d5a2d8c8a866f3b1d15@news.teranew s.com...
    > Whats the best way to make sure you dont run out of space on your machines
    ?
    > I've set up some purge scripts which will purge a lot of old data on our
    > system. That will free up space in the data dbspace and its corresponding
    > chunk. But I see that the index dbspace and its chunk are very close to
    > getting full. Is the only way to manage this to add an extra chunk ? Will
    > purging data and running update stats medium shrink the indexes too ?
    >
    > TIA
    >
    >

    Jay Aymond Guest

  4. #3

    Default Re: Space Usage on Informix Question

    Not even after purging the data ? Shouldnt a lower density of data result in
    a sparser index ?

    "Jay Aymond" <jaymond@communitycoffee.com> wrote in message
    news:BbWcnaTYYtKu59uiXTWJkw@eatel.net...
    > The only way to reduce the space used by the indexes is to drop and
    recreate
    > them. Running update statistics will not change the size of your tables
    or
    > your indexes.
    >
    >
    > "Jack A" <jacka8@excite.com> wrote in message
    > news:1532eb7213031d5a2d8c8a866f3b1d15@news.teranew s.com...
    > > Whats the best way to make sure you dont run out of space on your
    machines
    > ?
    > > I've set up some purge scripts which will purge a lot of old data on our
    > > system. That will free up space in the data dbspace and its
    corresponding
    > > chunk. But I see that the index dbspace and its chunk are very close to
    > > getting full. Is the only way to manage this to add an extra chunk ?
    Will
    > > purging data and running update stats medium shrink the indexes too ?
    > >
    > > TIA
    > >
    > >
    >
    >

    Jack A Guest

  5. #4

    Default Re: Space Usage on Informix Question

    There will be less data in the index tablespace, but the physical size of
    the tablespace holding the index will not shrink.


    "Jack A" <jacka8@excite.com> wrote in message
    news:f42231c99c1f73e617d3a78b080c21da@news.teranew s.com...
    > Not even after purging the data ? Shouldnt a lower density of data result
    in
    > a sparser index ?
    >
    > "Jay Aymond" <jaymond@communitycoffee.com> wrote in message
    > news:BbWcnaTYYtKu59uiXTWJkw@eatel.net...
    > > The only way to reduce the space used by the indexes is to drop and
    > recreate
    > > them. Running update statistics will not change the size of your tables
    > or
    > > your indexes.
    > >
    > >
    > > "Jack A" <jacka8@excite.com> wrote in message
    > > news:1532eb7213031d5a2d8c8a866f3b1d15@news.teranew s.com...
    > > > Whats the best way to make sure you dont run out of space on your
    > machines
    > > ?
    > > > I've set up some purge scripts which will purge a lot of old data on
    our
    > > > system. That will free up space in the data dbspace and its
    > corresponding
    > > > chunk. But I see that the index dbspace and its chunk are very close
    to
    > > > getting full. Is the only way to manage this to add an extra chunk ?
    > Will
    > > > purging data and running update stats medium shrink the indexes too ?
    > > >
    > > > TIA
    > > >
    > > >
    > >
    > >
    >
    >

    Jay Aymond Guest

  6. #5

    Default Re: Space Usage on Informix Question

    No entiendo bien el ingles pero si lo que quieres es saber cuanto
    espacio te queda en los chunks pues lo puedes ver con onstat -d y si
    lo que quieres es que te ocupe menos espacio en el chunk porque has
    hecho drop por ejemplo en el archivo de huellas prueba a hacer un
    dbexport y seguidamente un dbimport

    On Fri, 22 Aug 2003 19:42:32 GMT, "Jack A" <jacka8@excite.com> wrote:
    >:|Whats the best way to make sure you dont run out of space on your machines ?
    >:|I've set up some purge scripts which will purge a lot of old data on our
    >:|system. That will free up space in the data dbspace and its corresponding
    >:|chunk. But I see that the index dbspace and its chunk are very close to
    >:|getting full. Is the only way to manage this to add an extra chunk ? Will
    >:|purging data and running update stats medium shrink the indexes too ?
    >:|
    >:|TIA
    >:|
    Valium Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139