|
|
|
|
|
by ako
1032 days ago
|
|
SQL is definitely worth learning. Recently found that processing a 350kb json is equally fast by sending it to Postgres for processing, compared to using some dedicated Java libraries: https://ako.github.io/blog/2023/08/25/json-transformations.h... This opens some interesting options if you want to join the result with data from your database. |
|