can anyone help me ? an index has been done on the primary
key of a table. an update operation was performed on that
table. now my question is 1> what abt the performance ?
means faster or slower due to indexing ? 2> does the
operation affect to the primary key constraint ?
normally database take to refresh time 2 hours. but client
asked iwant to refresh with in 5 min that same database. do
you have any option in BO and Oracle? explain me briefly...kavi
Answers were Sorted based on User's Feedback
Answer / janardhan.g
when we use an INDEX..performance will increases.........
Infact the main purpose of index is to increase the
performane only...(very fast).
2.the index ,genarally works based on primary key or unique
key.
when we use index..refreshing time will reduces..
ITS a database question...its no way related to BO.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / manoj
of course if you have index and you want to refresh, it
will take lot of time because every time the row is gettig
refreshed index is refreshed and will take lot of time.
For best practice while refreshing disable the index after
refresh enable the index that will improve your performance.
| Is This Answer Correct ? | 0 Yes | 2 No |
you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz
What is maximum number of promts we can give in a BO report?
Explain about an assignment you worked on in which you had to amass a huge amount of data, and then analyze it?
what r the advantages of creating the universe?
What are the diffrences between Business Objects 5.1 & 6.5 ?
HOW TO SEND THE PARTICULAR REPORT DIVISION AND PARTICULAR USER?
Can anyone plz tell me How to create universe in business objects enterprise 11.5
what is variable ?
How do u get requirement from the client? in what format?
What is aggregate table and aggregate fact table ... Any examples of both?
Is it possible to generate reports without having knowledge of the Universe structure?
how to solve #multivalue, #syntax, #error. iwant complete solution process in practical wise?