Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
rdms:bestpractices [2024/09/09 07:40] – ↷ Page name changed from rdms:best to rdms:bestpractices jelterdms:bestpractices [2025/02/03 13:12] (current) – Adjusted menu numbering giulio
Line 1: Line 1:
-{{indexmenu_n>8}}+{{indexmenu_n>9}}
 ====== Best Practices ====== ====== Best Practices ======
 This section presents a selection of best practices for using the RDMS. Adhering to these best practices will ensure the most optimal user experience with the RDMS.  This section presents a selection of best practices for using the RDMS. Adhering to these best practices will ensure the most optimal user experience with the RDMS. 
Line 89: Line 89:
  
 <code> <code>
- $ iquest "status: %s, name: %s/%s" "SELECT DATA_REPL_STATUS, COLL_NAME, DATA_NAME WHERE COLL_NAME LIKE '/rug/home/path/to/folder%' AND DATA_REPL_STATUS > '1'"+ $ iquest "status: %s, name: %s/%s" "SELECT DATA_REPL_STATUS, COLL_NAME, DATA_NAME WHERE COLL_NAME LIKE '/rug/home/path/to/folder%' AND DATA_REPL_STATUS <> '1'"
 </code> </code>