
Early enterprise AI projects allocated most budgets to compute, treating storage as a leftover expense. As AI moves from experimentation to production, organizations discover that data readiness and storage performance, especially for retrieval‑augmented generation and inference, are the real constraints. Modern workloads demand object storage that can serve high‑bandwidth, shared access without costly duplication. Vendors like HPE are building composable storage platforms to meet these needs.

The UK Post Office has awarded Accenture a £54 million, competition‑free contract to manage its back‑office IT services from April 2026 through June 2029. The deal covers finance, ERP, HR, process automation and application modernisation across more than 11,500 branches, but excludes the...
AWS Step Functions has become the backbone of serverless data pipelines, offering two workflow models—Standard for long‑running, exactly‑once jobs and Express for high‑frequency, short‑lived tasks. The article outlines best‑practice patterns such as the Claim Check for large payloads, using intrinsic...

ThoughtSpot unveiled the next‑generation Analyst Studio, adding SpotCache, a native spreadsheet interface, and an agentic data‑prep engine. SpotCache lets users cache data snapshots for unlimited queries at fixed cloud costs, while the spreadsheet UI brings Excel‑style flexibility under enterprise governance....

StorONE introduced a 9x ROI on Flash program that pairs its S1 disk‑drive array with external SSD JBODs, creating an automatic two‑tier system that places hot data on flash and warm or cold data on HDDs. The solution leverages the...

Kong Inc. and real‑time data specialist Solace have joined Kong’s Premium Technology Partner Program to deliver a unified, governed data fabric. The partnership merges Kong’s API and AI gateway capabilities with Solace’s high‑performance event streaming, enabling a single control plane...

Retailers have long known weather drives sales, but few have turned forecasts into actionable insight. New AI platforms now ingest long‑range weather data and feed it directly into ecommerce functions such as demand planning, pricing, personalization, fulfillment and ad activation....
Google Cloud has unveiled a new networking layer that gives its air‑gapped, confidential computing environments public‑like connectivity. The feature leverages zero‑trust VPC Service Controls to keep workloads isolated while allowing them to communicate with external services as if they were...
Enterprise AI is hitting a ‘last‑mile’ data bottleneck as messy operational data hampers model inference. Empromptu’s ‘golden pipelines’ embed automated ingestion, cleaning, labeling and governance directly into the AI application workflow, shrinking data‑preparation cycles from weeks to under an hour....
Darktrace, fresh from its $5.3 billion Thoma Bravo acquisition, migrated its security platform to Amazon Neptune, a managed graph database, to map threats across complex cloud environments in real time. The shift enables multi‑hop relationship queries that relational databases struggle with at...

The United Arab Emirates is rapidly emerging as a pivotal data‑center hub for the Middle East and Africa, with live capacity surpassing 376 MW in 2025. Hyperscale players such as Microsoft, G42, and OpenAI are expanding AI‑focused facilities, targeting an additional...
pgEdge introduced Ask Ellie, an AI‑powered documentation chatbot built directly on PostgreSQL using the company’s open‑source extensions. The system follows a Retrieval‑Augmented Generation (RAG) pattern: Docloader ingests docs, Vectorizer creates vector embeddings, and the RAG Server retrieves relevant chunks and...
Senior officials from the Home Office and Ministry of Justice told MPs that the new Atlas immigration case‑working platform is now live and that work to link it with justice‑system databases will be completed by spring. The current data silos...

Google Cloud and Alphabet’s moonshot project Tapestry have deepened their partnership with CTC Global to launch GridVista, an observability platform that embeds optical‑fiber sensors in transmission conductors. The system delivers real‑time strain, temperature and vibration data, feeding it into Google...

The article examines how AI’s high variable costs are reshaping recurring‑revenue models, moving firms away from flat‑rate SaaS subscriptions toward hybrid, usage‑based, and outcome‑based pricing. It cites McKinsey data showing 50% of firms plan AI adoption and highlights that 72%...
Company name normalization is a foundational step for clean GTM data, especially as AI amplifies the cost of poor quality. The article outlines practical rules—removing special characters, legal suffixes, standardizing case, extracting domains—and shows how Payfit cut duplicate records from...

Trackforce upgraded its support analytics by swapping delayed Zendesk reports for Geckoboard’s real‑time dashboards. The new self‑serve visualisations gave agents instant insight into queue health, productivity and CSAT, enabling proactive management. As a result, customer satisfaction jumped to 92.5% and...

MySQL 8.0 reaches official End‑Of‑Life in April 2026, ending Oracle’s security patches and bug fixes. Organizations can still rely on Premier or Extended Support for a limited period, but the safest route is to upgrade to newer MySQL releases or migrate...

1606 Corp signed a non‑binding term sheet to acquire roughly 132 acres in Lufkin, Texas, including a 55 MW natural‑gas power plant and a 50,000 sq ft warehouse for an AI‑focused data center. The transaction is priced at about $11.67 million, combining $7.5 million in...

Amazon’s Ring introduced the “Search Party” feature, allowing users to share video clips from their doorbell cameras with friends, family, or law‑enforcement agencies to help locate missing persons. The rollout triggered immediate privacy backlash from civil‑rights groups who argue the...

Illinois Governor J.B. Pritzker plans to request a two‑year suspension of tax incentives for new data centers, pending a study of the sector’s impact on the state’s electricity grid and residential bills. Current incentives grant up to 20 years of...

The migration of data processing from centralized servers to edge devices is reshaping QA strategies for IoT pipelines. Unstable networks, fragmented device fleets, and expanded attack surfaces demand testing that goes beyond functional checks. Specialized IoT testing services now employ...

Western Digital announced a 14‑platter hard‑disk drive architecture that boosts capacity by roughly 27% over its current 11‑platter models, enabling 40 TB drives in 2026 and paving the way for 44 TB HAMR units later this year and 100 TB drives by 2029....

Artificial intelligence is rapidly automating core recruitment tasks, enabling employers to screen resumes, rank candidates, and conduct initial interviews without external recruiters. This technological shift allows companies to bring talent acquisition in‑house, diminishing reliance on traditional staffing firms such as...

Edge computing can be delivered via purpose‑built edge data centers or through distributed edge devices such as gateways, sensors, and consumer hardware. Data centers provide consolidated compute, storage, and robust security for high‑throughput, latency‑sensitive workloads, while devices excel at mobile,...
Snowflake unveiled Cortex Code, an AI‑driven coding assistant embedded in its data platform, at the Build conference in London. The tool can generate, explain, and optimize SQL and Python code, handle data‑engineering and analytics tasks, and is context‑aware of schemas, governance...

TopQuadrant unveiled TQ Data Foundation, an enterprise context platform designed to close the AI "context gap" that keeps many large firms in pilot mode. The solution layers knowledge‑graph technology over existing data assets, delivering unified models, reference terms, metadata, and...

Cole Bowden’s DBTA webinar highlighted when organizations should replace generic data stacks with a purpose‑built time‑series database. He urged teams to start simple—if data fits in memory or a single drive, a traditional RDBMS may suffice, but scaling pressures demand...
The pg_clickhouse extension for PostgreSQL has been updated to version 0.1.4, a maintenance release that can be applied in‑place without running an ALTER EXTENSION command. The update resolves critical bugs: the binary driver now correctly inserts NULL into ClickHouse Nullable...

A new vulnerability, CVE‑2026‑25903, affects Apache NiFi versions 1.1.0 through 2.7.2 and was patched in 2.8.0. The flaw allows users with limited privileges to modify the configuration of already‑deployed restricted components, bypassing the platform’s authorization checks. While it does not...

The tutorial walks through building a fully interactive exploratory data analysis (EDA) workflow inside a Python notebook using PyGWalker. It starts with advanced feature engineering on the Titanic dataset, creating buckets, segments, and DuckDB‑safe columns for both row‑level and aggregated...
A new study presents a cloud‑native microservice architecture designed for insurance analytics, leveraging Docker, Kubernetes, Kafka, and Spark to replace legacy monolithic systems. The design enables real‑time data ingestion, continuous AI model deployment, and automated scaling across services. Performance tests...

Microsoft has brought two new data halls online in São Paulo, marking the first operational facilities under its $2.7 bn AI and cloud commitment to Brazil through 2027. The launch was announced at the Microsoft AI Tour by country president Priscyla Laham,...

VIDAA, now rebranded as V, is set to launch its V Index measurement platform in Q2, blending traditional linear TV data with streaming‑app viewership. The solution will initially roll out across Europe, the Middle East and Africa, leveraging the company’s...

Quest Software unveiled the Trusted Data Management Platform, a unified suite that combines data modeling, cataloging, governance, quality, and a marketplace to deliver AI‑ready data across enterprises. The solution promises up to 54% faster data‑product delivery, up to 40% cost...

Dynatrace announced accelerated growth by surpassing $1 billion in AWS Marketplace sales and earning the AWS Financial Services Competency. The company reported sustained triple‑digit growth over three years, driven by cloud‑native procurement demand. It also secured the AWS Agentic AI Specialization,...
SurrealDB launched version 3.0 alongside a $23 million Series A extension, bringing total funding to $44 million. The new release consolidates relational, vector and graph capabilities into a single Rust‑native engine, letting AI agents store memory, business logic and multimodal data transactionally. By...
London Stock Exchange Group (LSEG) and Bank of America have entered a multi‑year partnership to embed LSEG’s data, analytics and workflow solutions across BofA’s platforms. The deal gives BofA clients governed, rights‑cleared data and AI‑ready content, powered by LSEG Workspace,...

Recent incidents—a 2021 Texas freeze and a 2021 OVH fire in Strasbourg—highlight hidden single points of failure in data centers. The freeze delayed fuel deliveries, exposing over‑reliance on on‑site fuel, while the fire demonstrated how passive cooling designs can unintentionally...

Pure Storage’s Cloud service extends its Purity operating environment to AWS and Azure, delivering a single‑pane‑of‑glass storage layer that feels identical to on‑prem FlashArray. By abstracting the underlying cloud hardware, the platform offers native APIs, replication, and security while adding...

Agoda has released APIAgent, an open‑source tool that turns any REST or GraphQL API into a Model Context Protocol (MCP) server with zero code and no deployments. The proxy reads OpenAPI or GraphQL schemas, generates tool definitions, and uses DuckDB...

Anthropic and Infosys have announced a partnership to create custom AI agents for enterprises, combining Anthropic's Claude large language models, including Claude Code, with Infosys' Topaz AI platform. The collaboration targets sectors such as telecommunications and financial services, aiming to automate...

Moonshot, the Chinese AI startup behind the Kimi chatbot, is launching a new financing round that targets a $10 billion valuation. The company previously secured $500 million at a $4.3 billion valuation, and its existing backers—Alibaba, Tencent and 5Y Capital—have already committed more...

CyrusOne’s vice‑president of environmental, health, safety and sustainability, Kyle Myers, says the company treats sustainability as a profit centre rather than a cost centre. By centralising ESG functions into a cross‑functional working group, CyrusOne has integrated green‑building standards across its...

Dell VP David Noy announced that discrete storage architectures outperform disaggregated designs for large‑scale AI workloads, reversing Dell’s earlier promotion of disaggregation. He cites PowerScale’s integrated controller‑drive chassis as delivering lower rack space, fewer switches, and reduced power consumption. The...
Micron has begun mass production of the 9650 NVMe SSD, the world’s first PCIe Gen6 storage device. The drive delivers up to 28,000 MB/s sequential reads and 14,000 MB/s writes, roughly doubling Gen5 bandwidth while staying within a 25 W power envelope. Capacities range...

Policloud, a French AI‑focused cloud startup, announced a plan to deploy up to 1,000 sovereign micro‑data centers by 2030, delivering more than 250,000 GPUs. The company has already installed eight sites across France, the Gulf Cooperation Council and the United...
pg_background is a PostgreSQL extension that runs SQL statements asynchronously in dedicated background worker processes, letting client sessions stay lightweight. The new v2 API introduces a PID‑plus‑cookie handle that safeguards against PID reuse bugs, making long‑running jobs more reliable. Recent...

SK Hynix unveiled H³, a hybrid architecture that couples high‑bandwidth memory (HBM) with high‑bandwidth flash (HBF) on a single interposer to accelerate large‑language‑model (LLM) inference. HBF provides up to 16× the capacity of HBM while maintaining comparable bandwidth, serving as...

IT integrator Ailanto announced a sovereign cloud service for Swiss organizations built on Cubbit’s DS3 Composer software‑defined object storage. The offering launches with 1 PB of capacity hosted in Swiss‑based data centres and will expand later in 2026. It provides S3‑compatible,...