[ 
https://issues.apache.org/jira/browse/DERBY-6809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14566052#comment-14566052
 ] 

Mike Matrigali commented on DERBY-6809:
---------------------------------------

See derby.storage.sortBufferMax property use in derby tests and the sort code 
for a tuning knob that is useful for writing developer tests to control in 
memory vs external sort.  This knob is not meant for public use as it is hard 
to document in terms an application would prefer.  It controls number of sort 
items rather than amount of memory.    Not sure if java still gives app code a 
good way to know how
much memory is being used for N rows containing user data of varying types and 
lengths.

> Java 1.8 feature use
> --------------------
>
>                 Key: DERBY-6809
>                 URL: https://issues.apache.org/jira/browse/DERBY-6809
>             Project: Derby
>          Issue Type: Improvement
>          Components: Network Server
>    Affects Versions: 11.0.0.0
>            Reporter: sagar
>
> Suggestion ...
> Is it possible to auto modify the existing source code using tools like 
> Netbeans, and take advantage of the new features in JDK 1.8 for better 
> multiuser performance and better utilization of current day multicore 
> processors?
> Plainly put, can we have from 11.0 onwards a version of derby which takes 
> advantage of the advancements and new features in java 1.8 ... 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to