About 7,440,000 results
Open links in new tab
  1. hadoop - What is the principle of "code moving to data" rather …

    The basic idea is easy: if code and data are on different machines, one of them must be moved to the other machine before the code can be executed on the data. If the code is smaller than the data, better to send the code to the machine holding the data than the other way around, if all the machines are equally fast and code-compatible.

  2. Code-to-Data Paradigm in ABAP with SAP HANA

    Mar 14, 2020 · Traditional ABAP Coding Style: In old Style of ABAP coding, it’s a standard practice to limit the number of hits to the database by transfer data the maximum amount as possible to the application server then playing the operations thereon to provide the required output. even though retrieving an outsized quantity of data from a database is time-...

  3. SAP ABAP CDS Views: Data-to-Code vs Code-to-Data - Blogger

    May 26, 2020 · SAP ABAP CDS Views: Data-to-Code vs Code-to-Data - an example with aggregation I am going to discuss two approaches to a requirement that I have received often from customers. EH&S: Business wants to know the specifications where there is an instance maintained for a certain property.

  4. The ABAP Developer Road Map to SAP HANA - Part 1 - ITPFED

    Feb 23, 2017 · data-to-code vs. code-to-data The Old Approach – Data-to-Code: In traditional ABAP coding, it is standard practice to limit hits to the database by bringing in as much data as possible initially, then performing operations on this data.

  5. 3. Data to Code Paradigm Vs Code to Data Paradigm, How …

    View My Services :- https://wa.me/c/916261538504🌟 Data-to-Code Paradigm vs. Code-to-Data Paradigm | How HANA Transformed Industries 🌟🔍 Curious about the ...

  6. What's the difference between data and code? - Stack Overflow

    Data is the part of a system that can change. Code defines behavior; the way in which data can change into new data. To put it more accurately: Data can be described by two components: a description of what the datum is supposed to represent (for instance, a variable with a name and a type) and a value.

  7. 14 VS Code Extensions Every Data Engineer Should Swear By for …

    Nov 24, 2024 · From debugging complex data pipelines to streamlining code generation, these tools are game-changers. Let’s dive into the top 14 VS Code extensions every data engineer should swear by to take their...

  8. Data to Code vs. Code to Data - ABAPforum.com

    Dec 6, 2016 · Code to data meint eigentlich, dass ein Teil des Codes dorthin wandert, wo auch die Daten sind: in die Datenbank. Vorteil dabei ist, dass aufwändige Aufbereitungen, für die das Nachlesen weiterer Daten notwendig sind, direkt dort passieren, wo auch die Daten sind.

  9. What is Data as Code? - Make Me a Programmer

    Dec 13, 2024 · Data as Code is an approach that applies software development practices like version control, automation, and collaboration to the management of data. It treats data as a critical, versioned asset within the software development lifecycle, much like source code.

  10. The Coming Era of Data as Code - The New Stack

    Jan 4, 2021 · By taking a Data as Code approach, companies can manage data programmatically, set up automated continuous integration and deployment pipelines for data, add the ability to version, package, clone, branch, diff and merge data, and also make it collaborative across different clouds and workspaces — just as …

  11. Some results have been removed