![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Dear Ingres User, Greetings from Shakthi one of the ingres user. I am using Sun Enterprise Server E250 with 1GB Ram Hardware. The systems and database is working fine. But Suppose i make exe file (imageapp) it take very large time. At the time installing it took very few seconds per frame. Now It will take some minite per frames. Any ideas or solutions to improve the speed? Expecting your's valueble replays... Advance Thanks & Regards Shakthi Chettinad Cements India |
#3
| |||
| |||
|
|
Hi Shakthi, Try the following. 1. Edit the file $II_SYSTEM/ingres/files/dictfiles/cor02min.mfy At the end of this file, simply ADD the following index creation. Do NOT remove anything else. create index ii_object_name_index on ii_objects ( object_name, object_class, object_owner, object_id ) with key=(object_name, object_class), structure=btree While your in this file you might like to change all cbtree references to btree. 2. Run a sysmod on the database. It will now use the new definitions you have put in this file. This should speed up the compilations. Martin Bowes Dear Ingres User, Greetings from Shakthi one of the ingres user. I am using Sun Enterprise Server E250 with 1GB Ram Hardware. The systems and database is working fine. But Suppose i make exe file (imageapp) it take very large time. At the time installing it took very few seconds per frame. Now It will take some minite per frames. Any ideas or solutions to improve the speed? Expecting your's valueble replays... Advance Thanks & Regards Shakthi Chettinad Cements India -- Is it just me, or is there a dark undercurrent beneath the fluff of 'Sabrina the Teenage Witch': Sabrina about to be thrown to the Lions... Aunt Zelda - Don't let them smell your fear. Sabrina - Oh? So bravery will mask the smell of my succulent flesh? |
#4
| |||
| |||
|
|
I would also add the following index : create index ii_abfobjects_index on ii_abfobjects (object_id) with structure = btree "Martin Bowes" <bowes (AT) bucket (DOT) its.unimelb.edu.au> wrote in message news:200401082154.i08Ls1nP026897 (AT) bucket (DOT) its.unimelb.edu.au... Hi Shakthi, Try the following. 1. Edit the file $II_SYSTEM/ingres/files/dictfiles/cor02min.mfy At the end of this file, simply ADD the following index creation. Do NOT remove anything else. create index ii_object_name_index on ii_objects ( object_name, object_class, object_owner, object_id ) with key=(object_name, object_class), structure=btree While your in this file you might like to change all cbtree references to btree. 2. Run a sysmod on the database. It will now use the new definitions you have put in this file. This should speed up the compilations. Martin Bowes Dear Ingres User, Greetings from Shakthi one of the ingres user. I am using Sun Enterprise Server E250 with 1GB Ram Hardware. The systems and database is working fine. But Suppose i make exe file (imageapp) it take very large time. At the time installing it took very few seconds per frame. Now It will take some minite per frames. Any ideas or solutions to improve the speed? Expecting your's valueble replays... Advance Thanks & Regards Shakthi Chettinad Cements India -- Is it just me, or is there a dark undercurrent beneath the fluff of 'Sabrina the Teenage Witch': Sabrina about to be thrown to the Lions... Aunt Zelda - Don't let them smell your fear. Sabrina - Oh? So bravery will mask the smell of my succulent flesh? |
![]() |
| Thread Tools | |
| Display Modes | |
| |