[hibernate-dev] RE: hibernate-dev Digest, Vol 12, Issue 16

John Griffin jgriffin at thebluezone.net
Mon Jun 4 23:50:45 EDT 2007



-----Original Message-----
From: hibernate-dev-bounces at lists.jboss.org
[mailto:hibernate-dev-bounces at lists.jboss.org] On Behalf Of
hibernate-dev-request at lists.jboss.org
Sent: Sunday, June 03, 2007 8:26 PM
To: hibernate-dev at lists.jboss.org
Subject: hibernate-dev Digest, Vol 12, Issue 16

Send hibernate-dev mailing list submissions to
	hibernate-dev at lists.jboss.org

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.jboss.org/mailman/listinfo/hibernate-dev
or, via email, send a message with subject or body 'help' to
	hibernate-dev-request at lists.jboss.org

You can reach the person managing the list at
	hibernate-dev-owner at lists.jboss.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of hibernate-dev digest..."


Today's Topics:

   1. SVN keywords (Hardy Ferentschik)
   2. Re: RE: hibernate-dev Digest, Vol 12, Issue 10 (Hardy Ferentschik)
   3. hibernate-mysql-testsuite Build Completed With	Testsuite
      Errors (jboss-qa-internal at redhat.com)


----------------------------------------------------------------------

Message: 1
Date: Sun, 03 Jun 2007 19:21:42 +0200
From: "Hardy Ferentschik" <hibernate at ferentschik.de>
Subject: [hibernate-dev] SVN keywords
To: hibernate-dev at lists.jboss.org
Message-ID: <op.ttcvtvv5qxbac6 at esfahan.gryttjom.se>
Content-Type: text/plain; format=flowed; delsp=yes;
	charset=iso-8859-15

Sorry for sending this first to the wrong person. It was actually supposed  
for the mailing list :)

To enable keyword substitution on all Java files I would do something like  
this from the command line:

find . -name "*.java" | xargs svn propset svn:keywords "Id"

This should fix up all the java files.
If you are using some sort of IDE (subclipse, smartsvn, ...) you should be  
able to select somehow multiple files and then set the svn:keywords  
property.

http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.advanced.props.spec
ial.keywords

--Hardy



------------------------------

Message: 2
Date: Sun, 03 Jun 2007 19:44:30 +0200
From: "Hardy Ferentschik" <hibernate at ferentschik.de>
Subject: Re: [hibernate-dev] RE: hibernate-dev Digest, Vol 12, Issue
	10
To: hibernate-dev at lists.jboss.org
Message-ID: <op.ttcwwg0lqxbac6 at esfahan.gryttjom.se>
Content-Type: text/plain; format=flowed; delsp=yes;
	charset=iso-8859-15

Hi,

> These three settings, mergeFactor, maxMergeDocs and minMergeDocs, are
> critical to scalability as the number of records to index becomes very
> large. Currently I work with tables containing millions of records and  
> the
> ability to adjust these values to balance number of index files vs.  
> memory
> usage vs. disk access is vital. I suggest these be exposed to the user.
>
> One thing that should be considered is that for maximum benefit these  
> values
> should be adjustable. During complete index builds from scratch they  
> should
> contain one set of values. During normal use they should contain another.
> This maximizes their potential.

What exactly do you have in mind? Some sort of Lucene Management API which  
allows
the user to programmatically change these values? Or JMX? Or just two sets  
of
properties, one for full reindexing and one for 'normal' use?
I somehow like the idea of a management API. Via this API you could set  
the indexing
parameters, but also trigger eg full index rebuilds or index optimizations.


+1 to the API. Currently I use an external process to kick off full builds
and it overrides the 'default' normal use values. I agree the use of an API
would
provide the most flexibility and also eliminate external processes for full
builds.


JMX would be nice as well. It would allow to change parameters on the fly
and allow easy fine-tuning.


I really can't comment on JMX I've never had the time to learn it. 


> I also suggest that accurate and detailed documentation be included on
> these. As soon as I get out from under the load I have at work I'll try  
> to
> hep.

Agreed. Documentation in general needs some work. I found it very hard to  
find some information
about Hibernate projection. It had to work my way backwards from a  
projection testcase in HSearch.
I think HSearch with projections is a great step forward, but we need some  
code examples so
that people can see how to use them. I will try to add something to the  
wiki.


--Hardy


------------------------------

Message: 3
Date: Sun, 3 Jun 2007 22:28:23 -0400 (EDT)
From: jboss-qa-internal at redhat.com
Subject: [hibernate-dev] hibernate-mysql-testsuite Build Completed
	With	Testsuite Errors
To: hibernate-dev at lists.jboss.org, jboss-qa-internal at redhat.com,
	jboss-qa-internal at redhat.com
Message-ID:
	
<22629000.1180924103335.JavaMail.cruisecontrol at dev01.qa.atl.jboss.com>
Content-Type: text/plain; charset="us-ascii"

An HTML attachment was scrubbed...
URL:
http://lists.jboss.org/pipermail/hibernate-dev/attachments/20070603/c803f314
/attachment.html

------------------------------

_______________________________________________
hibernate-dev mailing list
hibernate-dev at lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


End of hibernate-dev Digest, Vol 12, Issue 16
*********************************************




More information about the hibernate-dev mailing list