← Back to data subTLDR
data subTLDR week 30 year 2026
r/MachineLearningr/dataengineeringr/SQL
Lowercase for SQL: A Question of Ease and Readability, The Great Debate: Is 40,000 Lines of SQL Normal?, Optimizing SQL for Billion-Row Datasets: Strategies and Solutions, Client Discontent with Palantir: An Inside Look, Essential Python and Data Warehouse Patterns in Production Pipelines
•Week 30, 2026
Posted in r/SQLbyu/No_Channel_3299•7/22/2026
1312
sqlWorkout
MySQL
The majority of commenters in a technical discussion seem to favor typing in lowercase when working with SQL, citing improved ease and readability. There's a humorous consensus around the potential physical toll of constantly using the shift or caps lock keys, with anecdotes shared about colleagues who've adopted these habits. The importance of keyword placement and spacing for overall readability was also highlighted. The sentiment was generally positive, with participants engaging in a light-hearted exchange of experiences and opinions.
Posted in r/dataengineeringbyu/CuriousMemo•7/22/2026
1036
My experience working with Palantir as a Client
Rant
Negative sentiment dominates the discussion about the experience of working with Palantir as a client. The original poster expressed frustration over a failed project, citing poor coding practices, inflated costs, and failed return on investment. Echoing this sentiment, others shared similar experiences of dissatisfaction with Palantir's services. Some described the company's offerings as disjointed and immature, further criticizing the lack of clarity in their products. The excessive time required for project completion was also a common concern. Interestingly, one user pointed out the role of internal decision-makers, suggesting that poor leadership contributed to these unfavorable outcomes.
Posted in r/MachineLearningbyu/Justgototheeffinmoon•7/23/2026
267
GPT-5.5 Scores 10.6% on ActiveVision, Humans Hit 96.1% [R]
Research
The ActiveVision benchmark, designed to test repeated visual perception, has been lauded as clever and well-executed. GPT-5.5 scored 10.6%, while most reasoning and coding leaderboards' top model, Claude Fable 5, achieved 3.5%. However, commenters suggested that these results highlight the limitations of models prioritizing language over vision and the need for improved vision in all Language Learning Models (LLMs). Some saw potential commercial relevance in the benchmark's problem types, suggesting they could indicate the ability to read schematics and engineering drawings. Other users pointed to DeepSeek's novel solution as a potential alternative approach. Overall, the sentiment was mixed, with recognition of current limitations and optimism for future solutions.
Posted in r/dataengineeringbyu/Ok_Donut1905•7/20/2026
156
3 Python + Data Warehouse Patterns I Use in Every Production Pipeline
Career
The importance of control tables in data engineering was a key topic, with many emphasizing their utility in tracking a query's last run date, logging row counts, and handling exceptions. Another major point was the necessity of proper data modeling to avoid high computational cost and heavy I/O operations. This includes using the right data model grain, correct naming conventions, and assigning suitable data types. The discussion also highlighted the need to handle schema drift and validate schema at the ingestion boundary to prevent production problems. Some users requested additional resources for learning data modeling. Overall, the sentiment was informative and advice-driven.
Posted in r/MachineLearningbyu/Afraid_Difference697•7/22/2026
143
NeurIPS 2026 Reviews Are Out Today (22 July, AoE) — Discussion Thread [D]
Discussion
In the NeurIPS 2026 review discussion, researchers shared their experiences and observations, with a mix of optimism and concern. A dominant theme was the perceived impact of Language Learning Models (LLMs) on review quality, with an Area Chair (AC) observing that the most positive reviews often exhibited signs of LLM writing. There was also concern about late or missing reviews and the challenge of managing the review process. Notably, a user who analyzed self-reported scores from the thread found that a score of 4 or higher placed a paper in the top 21% of submissions. The overall sentiment was mixed, reflecting the inherent uncertainties of the review process.
Posted in r/dataengineeringbyu/jnrdataengineer2023•7/20/2026
132
Started a new role as Data Engineer 2 weeks ago, onboarding has me feeling uneasy.
Career
The experience of starting a new role as a Data Engineer at a consultancy has sparked a shared sentiment of uncertainty and frustration on Reddit. The post discusses the challenges of onboarding, the pressure of taking on new responsibilities, and the sudden resignation of the hiring manager. The majority of comments empathize with the situation, highlighting the common practice of consultancies to place juniors in high-stakes roles. Others suggest that the situation can be an opportunity for growth, gaining experience, and acquiring new skills. However, there's a shared concern about the lack of guidance and the risk of being the fall guy. The sentiment is mixed, with an undertone of caution.
Posted in r/MachineLearningbyu/Kwangryeol•7/23/2026
126
Prompt Injection in NeurIPS 2026? [D]
Discussion
The discovery of a prompt injection in papers downloaded from OpenReview for NeurIPS 2026 raised concerns, sparking discussions about the use of machine learning models (LLMs) in the review process. The sentiment is mixed; while some express amusement at the attempt to catch LLM reviewers, a few view it as a flawed strategy that only catches outdated models. There's a call for more sophisticated LLM detection methods, as some believe the prevalent use of LLMs, particularly those programmed to deliver negative reviews, deteriorates the quality of the review process. Overall, the injected prompts seem to be a widely recognized attempt by NeurIPS to control LLM usage.
Posted in r/SQLbyu/7FireStorm•7/23/2026
123
Is 40000 lines of SQL in a single file normal?
Discussion
A discussion about the norm for SQL code file length revealed mixed opinions. While some participants saw no problem with a 40,000 line SQL code file, especially if it encompasses an entire database and its objects or is modular, others called it unusual and hard to maintain. Context was deemed crucial in evaluating this, with one participant noting that lengthy SQL files could result from specific circumstances, such as referencing a large set of customer IDs. Another shared an anecdote of refactoring a 40-50k line stored procedure into 500 lines, highlighting the potential for efficiency improvements. Overall, the sentiment was mixed.
Posted in r/SQLbyu/Effective_Ocelot_445•7/20/2026
34
How do you optimize SQL queries that work fine on millions of rows but slow down at billions?
MySQL
To optimize SQL queries on datasets with billions of records, several strategies are recommended. Firstly, understanding the query plan and identifying missing indexes can significantly improve performance. Re-indexing can provide substantial boosts in performance, particularly in traditional storage architectures. However, for data lakes, indexing may not contribute to optimization, and materializing temp/staging tables could be a better approach. Designing the data model and index/storage strategy based on the expected data shape is critical. If the database is transactional with a lot of history, it's essential to index it to support the workload. Replicas for reporting, adjusting buffer pool sizes, and scheduling operations during off-hours are also suggested. Another strategy revolves around materialized views or routinely refreshed summary tables. Lastly, using warehouse solutions with independently scalable Compute and Storage, like Azure Synapse or Snowflake Warehouse, can be beneficial. The overall sentiment is constructive, with emphasis on strategic planning and understanding the unique needs of each database.
Subscribe to data-subtldr
Get weekly summaries of top content from r/dataengineering, r/MachineLearning and more directly in your inbox.