new FmtLayout2HashSQLServer(connection),
//new LoaderHashSQLServer(connection),
new LoaderTuplesNodes(connection, TupleLoaderHashSQLServer.class),
new QueryCompilerFactoryHash(),
new SQLBridgeFactory2(),
new GenerateSQL_MS()) ;
((LoaderTuplesNodes) this.getLoader()).setStore(this);
}