Create an index on the ID, then use KEY-SELECT, should be lightning fast, e.g.
create-index myfile id by 0 key-select myfile id Daniel Klein On Mon, Jan 15, 2018 at 1:12 AM, Murali Krishna B S <[email protected] > wrote: > Dear All > > Please suggest if there is a quick way to get the IDs alone from huge > j4/j5 files. We are looking to save time by not going through SELECT as the > file is more than 10gb. > > Highly appreciate your help. > > Thanks > Murali Krishna > > -- > -- > IMPORTANT: T24/Globus posts are no longer accepted on this forum. > > To post, send email to [email protected] > To unsubscribe, send email to [email protected] > For more options, visit this group at http://groups.google.com/ > group/jBASE?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "jBASE" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en --- You received this message because you are subscribed to the Google Groups "jBASE" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
