HN user

Judyrabbit

231 karma
Posts78
Comments17
View on HN
www.technologyreview.com 2mo ago

Why Elon Musk lost his suit against OpenAI

Judyrabbit
4pts0
blog.scudata.com 1y ago

What to use for data analysis programming,Talk is cheap!

Judyrabbit
1pts0
blog.scudata.com 1y ago

Low Code Written in the Grid

Judyrabbit
1pts0
www.scudata.com 1y ago

Unbearably slow query and batch job

Judyrabbit
1pts0
www.red-gate.com 1y ago

EsProc SPL and SQL, Complimentary, but Different Technologies

Judyrabbit
1pts0
www.reuters.com 2y ago

Nvidia investor dilemma: how much is too much in a stock portfolio?

Judyrabbit
3pts2
cyberinsider.com 2y ago

Advance Auto Parts Notifies 2.3M Individuals of a Data Breach

Judyrabbit
2pts0
www.entrepreneur.com 2y ago

Nvidia Is 'Slowly Becoming the IBM of the AI Era

Judyrabbit
3pts0
www.reuters.com 2y ago

ASML shares touch 1k euro mark amid optimism over customer TSMC

Judyrabbit
2pts0
github.com 2y ago

Foreign key pre join(JOIN Simplification and Acceleration Series 6)

Judyrabbit
2pts0
github.com 2y ago

Final Association Query Solution

Judyrabbit
2pts0
github.com 2y ago

What are the advantages of SQL over Java?

Judyrabbit
4pts0
github.com 2y ago

Dimension Alignment

Judyrabbit
1pts0
github.com 2y ago

Simplifying Join Syntax

Judyrabbit
53pts27
github.com 2y ago

File Performance Issues

Judyrabbit
1pts0
github.com 2y ago

Types of Equi Joins

Judyrabbit
1pts0
github.com 2y ago

JOINs in SQL

Judyrabbit
1pts0
github.com 2y ago

Unconventional Aggregation

Judyrabbit
2pts0
github.com 2y ago

How Slow Is Database IO?

Judyrabbit
1pts0
github.com 2y ago

Computing Engine on Web

Judyrabbit
1pts0
github.com 2y ago

What is the difference between BI and AI?

Judyrabbit
1pts0
github.com 2y ago

Multi Purpose Traversal

Judyrabbit
2pts0
www.reuters.com 2y ago

Google investing $1B to boost connectivity to Japan via two subsea cables

Judyrabbit
4pts0
www.reuters.com 2y ago

Google unveils Arm-based data center processor, new AI chip

Judyrabbit
2pts0
www.reuters.com 2y ago

TikTok's popularity among European politicians rises despite security fears

Judyrabbit
1pts0
www.reuters.com 2y ago

Canada's Trudeau announces package of AI investment measures

Judyrabbit
2pts1
github.com 2y ago

A tool for developing quantitative strategy model

Judyrabbit
3pts4
www.reuters.com 2y ago

Singtel rules out impending deal to sell Australian unit Optus

Judyrabbit
1pts0
www.reuters.com 2y ago

Microsoft, OpenAI plan $100B data-center project, media report says

Judyrabbit
1pts0
github.com 2y ago

A major culprit in the slow running and collapse of a database

Judyrabbit
2pts0

x.y(argument).z should be OK in syntax, but it is hard to implement. we can not predict which data type y(argument) would return, and if it can perform dot operation further. We have implemented DQL(The syntax mentioned here) by translating to SQL. But we priovide only Chinese version now, we will release the English version serveral months later, please keep an eye out if you're interested

Rust is not nearly as concise as python, it is worse nightmare than python. Python is not good enough, but compared to these, it is the best (except that the execution is slower). However , SPL is better than Python.

For coding and maintenance, compared to SPL, Python is THE nightmare(~-~). Python provides so many types of set data, each has its own adaptation scenarios and operation rules, which is dizzying. And the transitions between them are particularly smooth, and if you're not careful, you'll calculate out something you don’t recognize. A a result, programming basically relies on googling, and you don't know why even you are right, and you’ll have to google again next time. SPL has just one type of set data, which can fit in any case.

Sorry, I am a little confused, maybe I have learned wrong database theory. SQL is not based on relational algebra? Then what algebra SQL is based on(there definitely exists one)? and where does the term "relational database" come from? or where does the relational algebra exist in database?

[dead] 3 years ago

SQLite is not a pure Java program, it requires JNI to be called by java, which is inefficient and somewhat complex. esProc SPL is a pure Java program and can be integrated in Java Application seemlessly. For Java application, esProc is more suitable. and for non-Java program, SQLite is the best.

It has nothing to do with Excel itself, it just looks like Excel. It is a programmer language like Python,SQL. Although SPL can be used as a plugin to help Excel to deal with some complex calculation, its main use is to do big data and multi-data source computing in application systems

It has nothing to do with Excel itself, it just looks like Excel. It is a programmer language like Python,SQL. Although SPL can be used as a plugin to help Excel to deal with some complex calculation, its main use is to do big data and multi-data source computing in application systems

It has nothing to do with Excel itself, it just looks like Excel. It is a programmer language like Python,SQL. Although SPL can be used as a plugin to help Excel to deal with some complex calculation, its main use is to do big data and multi-data source computing in application systems

This is a little difficult for SPL,SPL is a little versatile. For example, it can be used as middleware to solve mixed computing over multiple data sources, Implement hot-swap microservices, Substitute stored procedure, Act as a data warehouse for high performance, As a computing engine for implementing the true lakehouse, accompany with OLTP database to achieve low-risk HTAP, ..., It can even be used as an Excel plugin to help with desktop analysis. Because computing is everywhere! Everyone only cares about their own issues, that's a fraction of what SPL is used for. But we can't predict what people will care when they come to the homepage, we have to list a little bit of everything, so, the home page is somewhat cluttered. Simply skip the items you are not interested in and read the links to the items you are interested in. Thanks very much.

Excel is not a program language,we can not code in Excel, VBA is still text-style code. SPL just looks like Excel, it is really a program language, you can code and debug in the grid.

This post(https://blog.scudata.com/a-major-culprit-in-the-slow-running...) explains why java-based SPL can run much faster than the C++-based database. BTW, SPL also support columnar storage, it can implement columnar storage in a single file. And here is a test report https://blog.scudata.com/spl-computing-performance-test-seri.... It sounds amazing, but it is not mysterious. A lot of low complexity algorithms can not be implemented in SQL, programmer can only expect the optimizer of database. howerver ,when SQL is complex, optimizer would get lost.

Somafm 3 years ago

Don't be too pessimistic, there are always better things to come