• Dremor
    link
    English
    1528 days ago

    This should probably be posted on a programing community.

  • @[email protected]
    link
    fedilink
    English
    326 days ago

    This could really do with an explanation for wtf ‘pandas’ is, and why this is relevant.

  • Nomecks
    link
    fedilink
    English
    328 days ago

    Is there a benefit to doing CoW with Pandas vs. offloading it to the storage? Practically all modern storage systems support CoW snaps. The pattern I’m used to (Infra, not big data) is to leverage storage APIs to offload storage operations from client systems.

    • Sem
      link
      fedilink
      English
      228 days ago

      If you are doing data processing in pandas CoW allows to avoid of a lot of redundant computations on intermediate steps. Before CoW any data processing in Pandas required manual and careful working with code to avoid the case described in the blog post. To be honest I cannot imagine the case of offloading each result of each operation in the pipeline to the storage…

      • Nomecks
        link
        fedilink
        English
        228 days ago

        So you would be using CoW in-memory in this case?

        • Sem
          link
          fedilink
          English
          128 days ago

          If I already use Pandas for processing my data in-memory, CoW can significantly improve the performance. That was my point.

    • ElectricMachman
      link
      fedilink
      English
      126 days ago

      I’m confused by all this talk of black-and-white animals. Can we instead use a Zebra node and put it behind a TuxedoCat cluster? I’ve also heard good things about barred-knifejaw as a data warehouse.

      (Genuine question: what are Pandas and Cows in this context?)