Articles by Tag #esproc

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Running SQL on files with the esProc is very convenient, on par with duckDB

esProc SPL, to query CSV, JSON, Excel and other files, you can use it directly after installation,...

Learn More 20 0Jan 26

Querying CSV/XLS and other files:SPL Lightweight Multisource Mixed Computation Practices #2

It is convenient to access files with SPL. The language can also deal with various file formats. ...

Learn More 5 0Jul 21

Multi combination condition grouping and aggregation #eg93

The table in the MS SQL database is as follows, where id is the keyword: Now we need to first...

Learn More 7 0Dec 23 '24

Something Could Double the Development Efficiency of Java Programmers

Computing dilemma in the application Development and Framework, which should be given the...

Learn More 8 0Jan 26

How to Speed Up Associations between Large Primary and Sub Tables with esProc

Associations between primary and sub tables, like orders and order details tables, are quite common....

Learn More 7 1Jun 12

Structured Text computing: SPL Practice

Structured Text Computing Requirements Structured text files are a common data storage...

Learn More 9 4Jun 23

How to quickly transform multi-layer sets in JSON strings

There is a 2-layer JSON string with multiple dynamic key values in the lower layer, excluding...

Learn More 7 0May 7

Data Analysis Showdown: Comparing SQL, Python, and esProc SPL

Talk is cheap; let’s show the codes. User Session Count User behavior data table A session is...

Learn More 7 0Feb 8

SPL: The Professional Choice for Processing Multi-Layered JSON Data

Business data often exhibits hierarchical relationships. For example, an order contains date,...

Learn More 6 0Mar 28

How to Speed Up Conditional Filtering on Enumerated Fields with esProc

Enumerated fields in data tables have a limited number of predefined values. Filtering conditions on...

Learn More 7 0Jun 18

Mixed-Source Computing:SPL Practices

Background The sources and storage forms and types of data in an application are diverse,...

Learn More 7 0Jul 2

A Lightweight Solution to Speed up Queries by Dumping Data to Files

Traditional transactional databases (TP) do not good at handling analytical computations....

Learn More 7 0Aug 6

Using SQL for data analysis seems to be a false proposition

Using SQL for data anlysis is actually quite basic SQL is widely used for data analysis and often...

Learn More 9 7May 26

SPL Lightweight Multisource Mixed Computation Practices

0 Preparation Background Multiple or diverse-source mixed computations are common needs....

Learn More 9 0Jul 9

How to supplement the missing capabilities of database SQL with esProc

Some database SQL lacks necessary capabilities and usually requires writing large sections of code to...

Learn More 6 0Apr 24

How to Operate nested JSON from RESTful with esProc

After receiving JSON from RESTful services, further calculations are often required. Processing such...

Learn More 6 0May 9

Cross-datasource JOIN:SPL Lightweight Multisource Mixed Computation Practice #6

Mixed computations between different structure data coming from multiple sources are more commonly...

Learn More 6 0Aug 1

How to Speed Up COUNT DISTINCT with esProc

The COUNT DISTINCT in SQL has always been relatively slow. De-duplication is essentially a grouping...

Learn More 7 0Apr 9

Deduplicate between an uncertain number of columns:SQL VS SPL #15

A certain database table has multiple fields, each storing an email address, which may be null or...

Learn More 7 0Apr 7

SQL migration : SPL Lightweight Multisource Mixed Computation Practice #7

The application may work based on different databases. Databases use similar SQL syntax, but they...

Learn More 6 0Aug 4

Space-time collision problem that renders MPP powerless to solve: SPL practice

Problem description Definition of space-time collision A certain time interval (such as 7 days) is...

Learn More 6 0Mar 12

Simulating Multiple-Layer Loop to Solve Logical Problems

Please write a program to solve the following 10 questions: Which question is the first question...

Learn More 5 0Jul 17

How to simplify the Merge Operations Across Tables from Multiple Databases

Due to business requirements, data is stored by year in two structurally identical databases. To...

Learn More 6 0Apr 30

esProc SPL: Combining the Strengths of DuckDB and Python

That DuckDB is gaining more and more attention is no accident. As a rising star in desktop analytics,...

Learn More 5 0Mar 19

How to Speed Up EXISTS in Primary-Subtable Joins with esProc

In databases, EXISTS operations between large primary and sub tables often result in poor...

Learn More 6 0Jun 16

How to Implement Mixed Computations Between Oracle and MySQL with esProc

Logical data warehouses can implement multi-source mixed computations, but require configuring views...

Learn More 6 2Jun 9

How to check the same status of data in each row within a group with esProc

The ID field of a certain database table is the grouping field of cars, and each group of cars is...

Learn More 6 0May 12

How to merge overlapping time intervals with esProc

A certain database table has multiple accounts, each with multiple time intervals that overlap. Now...

Learn More 6 1May 20

Is This a Refreshing Way to Understand Association?

The definition of association in SQL is overly simplistic: association is essentially performing a...

Learn More 6 1May 28

Are There “Queries over Trillion-Row Tables in Seconds”? Is “N-Times Faster ThanORACLE”anExaggeration?

We often hear about the advertisements for the performance of a big data product, saying that it is...

Learn More 6 0Feb 5