Yes, the best way is to disable features extraction in rtabmap, set parameter "Kp/WordsPerImage" to -1.
<param name="Kp/WordsPerImage" type="string" value="-1.0"/>
Another way, while keeping loop closure detection, is to download the "not optimized" graph from rtabmapviz when the process is paused: Edit->"Download graph only" -> "global not optimized" option.
cheers