* Zipfian distribution Trusted users are not correlated to heavy
* reviewers (drawn using a scrambled distribution)
* @throws SQLException
*/
public void loadTrust() throws SQLException {
Table catalog_tbl = this.getTableCatalog("trust");
assert (catalog_tbl != null);
String sql = SQLUtil.getInsertSQL(catalog_tbl);
PreparedStatement trustInsert = this.conn.prepareStatement(sql);
//