Created
June 28, 2018 17:15
-
-
Save jbratu/91c23931480b8679b3907efed15afcd3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| table = "MYTABLE" | |
| tableParams = "" | |
| tableParams<1> = "4096" ;* new framesize | |
| tableParams<2> = "40" ; * new threshold | |
| tableParams<3> = "567" ; * estimated avg size | |
| tableParams<4> = "3000000" ; * new reccount | |
| Call RTI_REMAKETABLE(table, tableParams) | |
| //https://www.revelation.com/o4wtrs/oecgi3.exe/O4W_RUN_FORM?INQID=WORKS_READ&KEY=EA237ADAB4D7C3C3C05E09655&SUMMARY=0#/section/breadcrumb/UPDATETABLE/Display |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment