Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Deploy Btree Index
This is probably really easy but how do I deploy a new Btree index on a field?
I can deploy Tables, Application Rows, Dictionaries but have never done an index before.
I though I could add the OpenInsight Table '!table_name' to the repository.
Unlike a table, it doesn't show up in the Tables and Dictionary tabs in my deploy though.
Building and then installing the RDK in a test area doesnt add the Btree to that table.
I can deploy Tables, Application Rows, Dictionaries but have never done an index before.
I though I could add the OpenInsight Table '!table_name' to the repository.
Unlike a table, it doesn't show up in the Tables and Dictionary tabs in my deploy though.
Building and then installing the RDK in a test area doesnt add the Btree to that table.
Comments
Worked as promised.
I think I might need to brush up on my knowledge on the contents of table/index/dictionary files!
I think I was under mistaken assumptions about some of their purpose and use.
I will bear in mind your notes about large tables. Last place I worked used Oracle databases and the Sales table in that system took many hours to index so I get your point.
Of course, if all the db tables are already included in the dbt then this isn't an issue but if, like many, you programmatically attach the tables during the application start/login process then you might find you have issues the next time someone tries to login.
Good note. We actually do both between our two systems!