Chapter 18. What's new in DODS 7.0-2

This chapter lists the new or updated features associated with DODS .

- Added new parameters for cache initialitzation:

- Added new parameter simpleCacheRowCountLimit - max number of rows in the table for which simple cache is still used. If the table has more rows than defined by this parameter, complex cache is used for simple queries. The default value is 0 (simple cache is used for all simple queries).

- Added new method in the com.lutris.appserver.server.sql.StandardDatabaseManager class:

public void asynchInitCaches(int threadNum)

for postponed cache initialization.

- Added patches in query cache mechanism for queries with database limit. Query results that contained less results than databaseLimit were retrieved from the database instead from the cache. Now, they are retrieved from the cache.

- Apache Ant upgraded to version 1.6.5, consequently some scripts are updated too.

- JTA example switched to use LocalContextFactory.