Skip to content

Commit

Permalink
MONDRIAN: Tidy up. Remove deprecated properties.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 4586]
  • Loading branch information
Sherman Wood committed Dec 4, 2005
1 parent 39cb351 commit 58d1420
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions mondrian.properties
Expand Up @@ -32,14 +32,14 @@ RoleXX='California manager';
#mondrian.test.Name=.*(testDistinct.*|testUnion.*)

# For XML file testing queries on their own
#mondrian.test.Class=mondrian.test.comp.ResultComparatorTest
#mondrian.test.Class=mondrian.test.ResultComparatorTest

# Where the test XML files are
#mondrian.test.QueryFileDirectory=testsrc/queryFiles

# Pattern has to match a file name of the form: query<whatever>.xml
# in the directory
#mondrian.test.QueryFilePattern=queryTest_Join.xml
#mondrian.test.QueryFilePattern=queryTest_fec[A-Za-z0-9_]*.xml

###############################################################################
# Diagnostics & tuning
Expand All @@ -49,18 +49,7 @@ RoleXX='California manager';
#log4j.configuration=file://LOG4J_PROPERTIES_LOCATION/log4j.xml

# Set to 1 or higher to print out SQL statements.
# Set to 2 or higher to print cache activity.
#mondrian.trace.level=2

# Set to 1 to flush the cache after each query (will harm performance).
#mondrian.rolap.RolapResult.flushAfterEachQuery=1

# Set to 1 to print the contents of the cache after each query.
#mondrian.rolap.RolapResult.printCacheables=1

# The size of the cache. Units are intended to be bytes, but are somewhat
# arbitrary.
#mondrian.rolap.CachePool.costLimit=10000
#mondrian.trace.level=1

# Set the number of members above which a dimension is considered to be too
# large to hold everything in memory.
Expand Down

0 comments on commit 58d1420

Please sign in to comment.