Can I use an index to get the last n records?342 (7/16/2007 3:00:34 PM) comp.databases.oracle.server If I have a table with 100,000,000 rows sales(sales_id, sales_person_id, sales_date_time, ...) create index sales_date_index on sales (sales_person_id, sales_date_time); I want to execute something like this... Timasmith
JXTable packColumns JRE1.6 hangs application - stacktrace074 (6/26/2007 11:53:34 AM) comp.lang.java.gui Hi, I am using Java 1.6 and executed the JXTables packColumns only to find that the UI is hanging. I use JGoodies so not sure if that is related but how can I troubleshoot this? If I run in debug and get the... Timasmith
designing a database with partitioning347 (6/19/2007 1:00:48 PM) comp.databases.oracle.server I have two types of tables, for sake of argument lets call it these: 1) product 10,000,000 rows 2) product_activity 1,000,000,000 rows 90% of the type the product table is accessed by produc... Timasmith
International i18n character problems4111 (3/8/2007 9:53:50 PM) comp.lang.java.programmer SGksCgpJIGhhdmUgdGV4dCBlbnRlcmVkIGluIGEgd2ViIHBhZ2Ugd2hpY2ggaXMgcG9zdGVkIGFzIHRoaXM6CgpUaGlzIGlzIG15IHRlc3QhCgrDoCwgw6gsIMOsLCDDsiwgw7kgLSDDgCwgw4gsIMOMLCDDkiwgw5kKCiDQtNC40YDQtdC60YLQvtGA0LAg0KXRjNGO0LzQsNC9IN... Timasmith
1.6 better than Rhino8124 (3/5/2007 3:48:35 AM) comp.lang.java.programmer I've been using Rhino for a while with java 1.5. Now having spent acouple of hours troubleshooting why the script was converting my Longobject into a double value, I would consider changing to 1.6 to avoidscri... Timasmith
javascript (rhino) syntax highlighting jeditorppane3204 (3/4/2007 6:50:14 PM) comp.lang.java.programmer Hi,Withing a large system, I have an 'editor' with lets the user modifythe contents of a script. I would like to add some color forcomments, text, etc, perhaps squiggly lines under code that fails tocompile. ... Timasmith
can annotations add code?850 (11/29/2006 7:09:35 PM) comp.lang.java.programmer Hi, One thing that would be wonderful is if I could add an annotation say @logthis public void doSomething() { int i=0; i=10; } which inserted code into the beginning and end of the method such as pub... timasmith(248)
any risk in moving to java 1.61060 (12/2/2006 3:43:44 AM) comp.lang.java.programmer I was wondering if anyone knows if there is any major risk to moving to Java 1.6 now prior to their official release? I am primarily using Eclipse, JBoss and Hibernate and obviously dont want to introduce bugs... timasmith(248)
AIX File Descriptor limitation???984 (1/30/2007 1:49:33 PM) comp.unix.aix Hi, Someone described to me that using pipes for an application is very bad and not scalable at all. They said that AIX has a limit of 1024 (or something close) file descriptors and while any file is open a... timasmith(248)
Designing database tables for performance?5042 (2/9/2007 5:04:08 AM) comp.software-eng Hi, I am trying to get my head around who to best design a couple of tables for performance. The entities are fake so ignore that, I am just focusing on the table sizes and values. Suppose I had a table call... timasmith(248)
Most efficient algorithm for matching3639 (2/13/2007 2:27:21 AM) comp.lang.java.programmer Suppose I have a list of 10,000 items that you can order, each order item has an ID and a Name. If you type in a string and I want to find every item that CONTAINS that string, what is the most efficient way? ... timasmith(248)
designing a database with partitioning347 (6/19/2007 1:00:48 PM) comp.databases.oracle.server I have two types of tables, for sake of argument lets call it these: 1) product 10,000,000 rows 2) product_activity 1,000,000,000 rows 90% of the type the product table is accessed by produc... timasmith(248)