Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Other Java > Java GUI
|
Java GUI Discussions specific to programming Java GUI.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Java GUI section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 13th, 2005, 04:08 PM
Registered User
 
Join Date: Mar 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Loading huge text files

As a part of my Swing application development I am required to load huge log files close to 1GB in size. In the log file, each row is like a record with fixed length fields. Currently i am using BufferedReader to load the log file into a Vector and then into JTable to represent the data in a spreadsheet format. I am also using a paging scheme wherein i display only 100,000 records at a time. The loading of data seems fine (speedwise) but when i apply my filters it really brings the system to a crawl. Does anyone have pointers on what tool i could use to implement filters or any other methods in general? Thanks.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Loading XML files in XSLT newbieboobers XSLT 2 March 12th, 2008 11:42 AM
Loading Xml Files in session causes problem umair.hasan ASP.NET 1.0 and 1.1 Professional 1 February 26th, 2008 04:02 AM
loading .x files Innaorouk C# 1 August 31st, 2007 08:44 PM
Down Loading More than one files through thread kvingupta Pro VB 6 0 March 21st, 2006 09:37 AM
HUGE Log Files - Help?!? MAtkins SQL Server 2000 4 August 30th, 2005 03:13 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.