I use FB 2.5 and I notice performance degrade with he following senario:
1- I have a large table (A) with many foreign keys fields (about 14 FK)
2- I create a view to get names from lookup fields IDs
3- I used TIBCQuery to select * fields from that view
4- I also used another TIBCQuery to insert/update/delete records to original table
5- when I add a new record I use append and post then refresh both the original table (A) and the view (V)
6- this table (A) is considered a detail of another parent detail table (B) (level 2 detail)
7- the problem:
after I add a new record to table (A) and try to move the cursor between records in the parent detail table (B) I notice slow that take around 0.6~1 second until the highlight moves (I used a dbgrid)
I checked the indices statistics and found these result:

Is this he reason, any way to improve performance of navigation ?
thanks alot[/img]