Replies: 1 comment
-
| Either one of  
 | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On my spring mybatis application, I'm planning to add some queries to trigger tables reindexing. I'm using mybatis xml mappings to define my queries.
My question is, what xml tag should I use to run queries as:
REINDEX TABLE CONCURRENTLY <tablename>Should I use select, update, sql or anything else?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions