scheduling

Tech Optimizer
April 5, 2026
An AWS engineer reported a significant drop in PostgreSQL throughput on Linux 7.0, with performance reduced to approximately half of its previous capability. Benchmark tests showed that the removal of the PREEMPT_NONE scheduling option was the main cause of this regression. On a 96-vCPU Graviton4 instance, throughput measured at just 0.51x compared to earlier kernel versions. Salvatore Dipietro from Amazon/AWS conducted benchmarking analysis of PostgreSQL 17, revealing that Linux 7.0 delivered only 0.51x the throughput of its predecessors. The root cause was traced to kernel commit 7dadeaa6e851, which eliminated PREEMPT_NONE as the default option, leading to increased contention due to the new PREEMPT_LAZY model. Profiling data indicated that 55% of CPU time is consumed by spinning in PostgreSQL’s spinlock, causing significant performance degradation. When a revert patch was applied, throughput rebounded to 1.94x the baseline. The decision to restrict preemption modes in Linux 7.0 aimed to address issues within the kernel's scheduling model. Dipietro proposed a patch to restore PREEMPT_NONE, but kernel developers suggested PostgreSQL adopt the rseq time slice extension instead. Database operators running PostgreSQL on Linux face potential performance reductions with the upgrade to Linux 7.0.
AppWizard
April 5, 2026
DoNotNotify is an Android app that allows users to manage their notification settings with a high degree of customization. Key features include: - Real-time notification blocking using Android's NotificationListenerService. - Creation of deny and allow lists for specific notifications. - Support for simple partial matching and regular expression patterns to filter notifications. - Scheduling rules to be active during specific time frames. - Over 40 pre-configured rules for popular applications. - Automatic addition of relevant rules when compatible apps are installed. - Customizable notification retention and review of received alerts. - Tracking of blocked notifications through a block history feature. - Ability to import and export rules as JSON files. - Offline operation without data collection. To install the app, users can download it from the Google Play Store, enable notification access, and manage rules through the app's interface. Users can create new rules based on their notification history and customize settings, although advanced filtering may require experimentation.
Winsage
April 5, 2026
Many users of graphics accelerators from a well-known company are experiencing technical issues, particularly when recording video content using OBS Studio. A YouTube channel creator analyzed this problem and identified hardware scheduling, a feature introduced by Microsoft in Windows, as the cause of frequent crashes and performance issues. This feature was meant to improve hardware performance by managing memory more efficiently for video cards, but it has led to conflicts when running demanding games and applications while capturing screens. The blogger recommends that Radeon graphics card owners disable hardware scheduling, as it only provides a minimal performance boost of about two percent in gaming, which does not outweigh the recording and streaming problems it causes.
Winsage
April 5, 2026
Owners of Radeon graphics cards are experiencing technical challenges, particularly crashes and instability when using OBS Studio for video recording. The issues stem from the hardware scheduling feature in Windows, which was intended to improve performance by reducing CPU load but has instead caused conflicts during resource-intensive tasks. The creator of the YouTube channel OCExtreme recommends disabling this feature, as it only offers a minimal performance boost of about two percent, which is not worth the significant problems it causes during content recording and broadcasting.
Tech Optimizer
April 1, 2026
Many enterprises are transitioning from traditional proprietary data warehouse platforms, such as Teradata and Snowflake, due to issues like vendor lock-in, unpredictable pricing, and limited flexibility. EDB Postgres® AI (EDB PG AI) offers WarehousePG, an open-source, petabyte-scale data warehouse built on Postgres, designed to provide control, predictability, and data sovereignty while maintaining performance. WarehousePG utilizes a massively parallel processing (MPP) architecture, allowing it to efficiently execute complex queries across large datasets. It offers predictable performance without proprietary constraints, enabling organizations to avoid vendor-controlled execution engines. WarehousePG supports hybrid storage and SQL access to external data lakes through the Platform Extension Framework (PXF), simplifying ETL processes. It includes FlowServer for real-time data ingestion and supports in-database AI and machine learning, allowing for advanced analytics without transferring data outside the warehouse. The platform is engineered for high availability and enterprise readiness, with features like workload management and observability. Migration from legacy platforms is facilitated through a low-risk modernization pathway. Overall, WarehousePG provides a modern alternative to traditional data warehouses, emphasizing architectural control and open-source economics.
AppWizard
March 27, 2026
Samsung is developing a Warranty & Care app as part of One UI 9 to streamline device repairs and warranty claims. The app will feature a main screen displaying warranty status, a search bar for troubleshooting, and a Diagnostics shortcut linking to the Samsung Members app. Future enhancements may include estimating repair costs, scheduling service center appointments, and tracking claim progress. The app aims to promote self-service capabilities and will incorporate customer support access through chatbots and remote assistance. Many features are still in development, and the app is not yet ready for widespread use. Its availability may depend on the condition of the user's device, and while features are suggested, there is no certainty they will be included in the final release.
Search