http://qs1969.pair.com?node_id=11133247


in reply to [OT] Re^7: Perl Contempt in My Workplace
in thread Perl Contempt in My Workplace

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^2: [OT] Re^7: Perl Contempt in My Workplace
by erix (Prior) on May 29, 2021 at 11:09 UTC

    obviously you all

    No, what is obvious is that you misunderstand.

    That SQL statement (with the LIMIT phrase) is only there in that post to quickly and roughly show the content of the table, by way of showing the first few rows.

    smh

    A reply falls below the community's threshold of quality. You may see it by logging in.
Re^2: [OT] Re^7: Perl Contempt in My Workplace
by hippo (Bishop) on May 29, 2021 at 09:11 UTC
    obviously you all agree that 10_000_000 JSON is not possible to send between server and client

    I entirely disagree.


    🦛

    A reply falls below the community's threshold of quality. You may see it by logging in.
Re^2: [OT] Re^7: Perl Contempt in My Workplace
by cavac (Parson) on May 29, 2021 at 17:33 UTC

    Of course it's possible. I've done that by accident on a few occasions before (selecting "show all records" on a huge log table). It's not smart and it certainly takes a while. The parser here isn't the only problem, sending Gigabytes of data over the office network for every page refresh is damn slow and generally you get shouted at a lot for overloading the network yet again.

    perl -e 'use Crypt::Digest::SHA256 qw[sha256_hex]; print substr(sha256_hex("the Answer To Life, The Universe And Everything"), 6, 2), "\n";'
    A reply falls below the community's threshold of quality. You may see it by logging in.