Help for this page

Select Code to Download


  1. or download this
    $ time perl llil.pl big1.txt big2.txt big3.txt > big.tmp
    llil start
    get_properties : 6 secs
    ...
    real    1m28,236s
    user    1m27,327s
    sys    0m0,816s
    
  2. or download this
    CREATE TABLE llil_raw (
        name text,
        count bigint
    ...
    
    DROP TABLE llil_result;
    DROP TABLE llil_raw;
    
  3. or download this
    $ time psql -U Earthrise_Server -d Test_DB -f llil.sql 
    CREATE TABLE
    COPY 3515200
    ...
    real    0m19,675s
    user    0m0,022s
    sys    0m0,009s