Daily Shaarli

All links of one day in a single page.

January 12, 2021

What alternative sites do you use when you can't find things on Libgen? : libgen
Binning data in SQL ·
Processing partitions \ tables in parallel - Kasper On BI
Processing and Partitioning Tabular models – Lahiru's Bi Blog

Every table in Tabular has one or more partitions.Every partition defines a set of rows that are read from the source table. Every partition can be processed independently and in parallel with others, so you can use partitions to accelerate the processing of a single table.You define partitions related to the source table, but from the Tabular point of view, every table is made of several columns, and every column is a different object. Some columns are calculated and based on the data of other columns belonging to the same or different tables. The engine knows the dependencies of each calculated column and calculated table. When you process a partition of a table, every dependent calculated table must be completely recalculated. Moreover, every calculated column in the same or other tables must be completely recalculated for the entire table to which it belongs.

complexity: free download. Ebooks library. On-line books store on Z-Library
TSQL: GROUP BY Quarter And Six Months/Half Year - YouTube
SSAS Tabular performance - DefaultSegmentRowCount | Purple Frog Systems

So, with 32 cores to play with, we should be looking at the default segment size (8m) or maybe reduce it to 4m to get 40 segments. But the extra compression with 16m segment size may be of benefit. So I ran some timing tests on the distinct count measure, and the results are quite interesting.

Introduction to Window Functions in SQL
What Every Programmer has to know about Database Storage by Alex Petrov - YouTube
Pandas DataFrame Visualization Tools - Practical Business Python
Pandas-Cookbook-Second-Edition/c1-code.ipynb at master · PacktPublishing/Pandas-Cookbook-Second-Edition · GitHub
Hedonic Adjustments - Mauldin Economics
How to Version Control Jupyter Notebooks – Nextjournal

External Tools

20 Docker Security Best Practices - Hardening Traefik Docker Stack

As I said at the beginning of the guide, I am not an expert on Docker or Security. As with everything on this site, I research, learn, try, and then share what I learned with the community.