SQL, Shell & Data Science

SQL, Bash/PowerShell, and scientific computing languages for analysis and ops.

  • 8 Tracked terms
  • Last 30 days Feed window

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in SQL, Shell & Data Science


linuxfordevices.com > tutorials > linux > cat-more-command-in-linux

cat and more commands in Linux: Read, Join and Page Files

2+ hour, 7+ min ago   (1823+ words) cat prints a file to your screen and stops there. The name is short for concatenate, because joining files is the job it was written for and reading a long one was never part of the plan. The cat command…...


hackernoon.com > time-series-cardinality-why-one-more-indexed-column-costs-more-than-a-million-more-rows

Time-Series Cardinality: Why One More Indexed Column Costs More Than a Million More Rows | HackerNoon

5+ hour, 45+ min ago   (1160+ words) Cardinality is a consequence of how many dimensions you index your readings by. Here is where the curve bends, measured, and what you can do about it without leaving Postgres. You did not hit an engine ceiling. You changed a…...


aithority.com > it-and-devops > data-management > redgate-introduces-purpose-built-ai-assistant-for-database-development-and-operations

Redgate Introduces Purpose-Built AI Assistant for Database Development and Operations

6+ hour, 29+ min ago   (242+ words) Redgate Software, the database DevOps and database management company, announced Redgate Assistant, its purpose-built AI assistant for database professionals. Available from today in Redgate Monitor and SQL Prompt, Redgate Assistant brings context-aware, governed AI directly into the workflows teams use…...


dev.to > quintetkit > a-scheduled-job-that-works-and-never-runs-10f8

A Scheduled Job That Works and Never Runs

5+ hour, 55+ min ago   (790+ words) I have a job that publishes one article a day. Over four days I rebuilt its scheduling three times, and each rebuild fixed a real failure that the previous version could not have shown me. Every version passed the test…...


dev.to > mburu_kefoi > data-modellingrelationships-joins-3g2j

Data Modelling,Relationships & Joins

7+ hour, 55+ min ago   (1298+ words) 1.Data Modelling Data Modelling refers to the process of structuring and organising... Tagged with architecture, data, database....


dev.to > adrian_mageto > data-modelling-relationship-and-joins-1a12

Data Modelling, Relationship and Joins

9+ hour, 37+ min ago   (1338+ words) Introduction Data modelling is the process of organizing, structuring and defining... Tagged with productivity, tutorial, beginners, database....


dev.to > benedictvance6863 > monthly-statement-numbers-mismatch-reconciling-dashboard-snapshots-with-live-queries-4haf

Monthly Statement Numbers Mismatch: Reconciling Dashboard Snapshots with Live Queries

10+ hour, 3+ min ago   (463+ words) Short answer: Generate each monthly statement from one immutable, versioned data snapshot; when its numbers differ from a dashboard snapshot or live query, compare the cutoff, filters, timezone, metric definition, and revision before touching the PDF template. That is the…...


dev.to > sqemo > database-naming-conventions-a-practical-guide-for-tables-and-columns-45pm

Database Naming Conventions: A Practical Guide for Tables and Columns

10+ hour, 9+ min ago   (769+ words) Every schema ends up with a naming convention, whether anyone chose one or not. The question isn't whether you'll have a convention — it's whether it's the same convention everywhere, or three different ones fighting each other across users, tbl_orders, and OrderItem....


medium.com > @aboutnayon > sql-for-beginners-select-where-and-your-first-real-query-47100fdf8f10

SQL for Beginners: SELECT, WHERE, and Your First Real Query

6+ hour, 8+ min ago   (33+ words) SQL appears in half of all data analyst job postings and it’s the language of every technical interview you’ll face. Here’s the first …...


medium.com > @pranavsb699 > oracle-execution-plan-a-practical-guide-to-reading-analyzing-and-troubleshooting-sql-performance-20f89000acd4

Oracle Execution Plan: A Practical Guide to Reading, Analyzing, and Troubleshooting SQL Performance…

6+ hour, 8+ min ago   (1013+ words) “How is Oracle accessing the data — through a full scan, an index, or another access mechanism — and is that access path appropriate for the actual data volume and predicates?” When an Oracle SQL query becomes slow, the first instinct is…...