governance

Tech Optimizer
September 11, 2026
Lakebase Postgres employs a disaggregated storage model that enhances data management through efficient caching, utilizing an object store like S3 for backups. The caching operates on two layers: within distributed storage for optimizing write and read performance, and on the Postgres compute side for ultra-fast access to frequently accessed pages. Traditional Postgres caching involves shared buffers and the OS page cache, which leads to double buffering and inefficiencies. Lakebase Postgres addresses these issues by implementing a local file cache (LFC) and larger shared buffers, allowing for more effective memory utilization without the drawbacks of the OS page cache. The shared buffers are set to a maximum of 1 GB, while the LFC can utilize up to 75% of DRAM. The introduction of huge pages reduces memory management overhead and improves performance, resulting in significant throughput increases and reduced latency in production environments. Recent enhancements have shown up to 2Ă— throughput improvements and substantial reductions in CPU usage. The focus is now on extending these benefits to autoscaling Postgres computes, with plans to implement dynamic shared buffers and autoscaling huge pages.
Winsage
September 5, 2026
Esri India has launched GeoSARAL, a Linux-based desktop GIS software designed for users who need a straightforward solution for mapping, visualization, querying, and editing. GeoSARAL will also be available on Windows and plans for Android support are forthcoming. It integrates with existing ArcGIS infrastructures and allows users to access GIS data and basemaps locally, even without an internet connection. The software aims to meet the demands of Esri India's user community across enterprise and government sectors, enhancing domestic technology capabilities and promoting technological self-reliance in India.
Tech Optimizer
September 4, 2026
Organizations are increasingly aiming to establish their own governed AI and data platforms, with 95% of enterprises planning to develop such platforms within the next three years, though only 13% have done so. EDB has reported significant traction for its EDB Postgres® AI (EDB PG AI) platform, which unifies transactional, analytical, and agentic workloads into a single system. PAC 2000A Conad has revamped its data infrastructure using EDB PG AI to support over 1,600 stores and 7,000 connected devices, ensuring compliance with NIS2 regulations. C Platform in Korea is experiencing a surge in demand for hybrid and on-premises capabilities, driven by significant investment in sovereign AI and the AI Basic Act mandating governance for AI deployment. Notable adopters of EDB PG AI include the Industrial Bank of Korea, Shinhan EZ Insurance, NTT East, MNTN, Euronext FX, and Kyobo Book Centre.
Tech Optimizer
September 4, 2026
EnterpriseDB (EDB) has reported advancements in the adoption of its EDB Postgres AI (EDB PG AI) platform, which integrates transactional, analytical, and AI workloads. While 95% of enterprises aspire to become their own AI and data platforms within three years, only 13% have achieved this. EDB PG AI supports existing systems and prepares enterprises for future AI capabilities. A case study highlights PAC 2000A Conad, which restructured its data infrastructure with EDB PG AI, serving over 1,600 stores and 7,000 devices. In Korea, over billion has been invested in the sovereign AI market, with organizations seeking hybrid and on-premises solutions despite challenges from fragmented data environments. Notable users of EDB PG AI include the Industrial Bank of Korea and Shinhan EZ Insurance. EDB PG AI is built on Postgres and allows enterprises to optimize data and AI capabilities with governance at the data layer.
Tech Optimizer
September 1, 2026
Choosing a database instance size without prior knowledge of the workload can lead to inefficiencies and excessive compute usage. Lakebase Postgres addresses this with an autoscaling feature that eliminates manual sizing, utilizing in-place VM resizing and a monitoring algorithm for CPU, memory, and working set size. Lakebase Postgres separates compute and storage layers, allowing independent resizing of compute nodes without affecting the database. The autoscaling algorithm relies on three signals: CPU load (cpuGoalCU), memory use (memGoalCU), and compute-cache working set size (lfcGoalCU). The CPU load is monitored every five seconds, aiming to maintain it at or below 90% capacity. Memory usage is tracked at two frequencies: overall memory every five seconds and Postgres-specific memory every 100 milliseconds, with a goal to keep usage below 75% of allocated RAM. The compute cache evaluates active data access efficiency, adjusting size based on workload. The working set is estimated using a modified HyperLogLog algorithm that records timestamps for page accesses, allowing for distinct page estimates over various time frames. The algorithm projects future working-set growth to allocate sufficient cache while capping it at 75% of RAM. Resizing the compute involves four components: the autoscaler-agent, vm-monitor, Kubernetes scheduler, and NeonVM. Scaling up occurs when any of the three goals indicate a need for more resources, while scaling down includes verification to ensure sufficient memory remains for operations. Timely adjustments in both directions are prioritized to minimize costs.
AppWizard
August 16, 2026
The game "No 10: Full Confidence" allows players to assume the role of a prime minister, navigating the dynamics of four factions: the cabinet, backbenchers, the media, and the public. Players encounter over 300 political scenarios that require decision-making skills reflective of real-world politics, ranging from policy decisions to crisis management. Each faction plays a crucial role: the cabinet provides essential support, backbenchers influence public opinion and legislation, the media shapes narratives, and the public ultimately holds the power to grant or revoke confidence in the prime minister's leadership. Players must balance these competing interests to maintain their position.
Tech Optimizer
August 14, 2026
Many enterprise teams are facing challenges in data governance, particularly concerning sandbox-level state, despite effective central warehouse governance. Databricks is addressing this issue proactively. CIOs should ask vendors how state is secured and managed within agents, not just in central databases. Distributing state across agent sandboxes increases security risks and complicates governance, requiring enterprises to extend access control, audit, and compliance frameworks beyond a single database to numerous local instances. Robust data governance strategies are essential for managing data security and compliance.
Tech Optimizer
August 13, 2026
Databricks has acquired Electric, the team behind the open-source PGlite and real-time data synchronization technology, to enhance its Postgres capabilities. This acquisition aims to address challenges faced by AI developers in managing real-time, distributed state while minimizing network latency. Electric's technology will integrate with Databricks’ Lakebase infrastructure, allowing for production-scale Postgres capabilities in local execution environments. This development provides a unified Postgres standard for creating full-stack agentic applications across cloud and edge environments. Key features include local database access through PGlite within agent sandboxes and continuous real-time synchronization for multi-agent teams, maintaining central governance within Lakebase.
Search