[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Load large amount of data fast
- From: Alexander Gladysh <agladysh@...>
- Date: Sun, 17 Oct 2010 03:31:43 +0400
On Sun, Oct 17, 2010 at 03:18, HyperHacker <hyperhacker@gmail.com> wrote:
>> I've got a large file (3M entries, 250 MB) with data.
>> I need to load this data fast enough. (Faster than several hours that
>> my original loader runs on LJ2, and it still had not stopped.)
> Can you not build an index and look up data on the fly with an __index
> metamethod?
I need to process whole dataset anyway. So I guess, this will only
hamper performance.
Alexander.