惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Stack Overflow Blog
Stack Overflow Blog
云风的 BLOG
云风的 BLOG
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Recent Announcements
Recent Announcements
Microsoft Security Blog
Microsoft Security Blog
Microsoft Azure Blog
Microsoft Azure Blog
J
Java Code Geeks
D
DataBreaches.Net
U
Unit 42
P
Proofpoint News Feed
I
InfoQ
Apple Machine Learning Research
Apple Machine Learning Research
Google DeepMind News
Google DeepMind News
博客园 - Franky
博客园_首页
IT之家
IT之家
博客园 - 叶小钗
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 【当耐特】
Hugging Face - Blog
Hugging Face - Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
阮一峰的网络日志
阮一峰的网络日志

SiliconANGLE

Will agentic AI governance run amok? The lesson of Asimov’s Three Laws - SiliconANGLE AI + quantum, Amazon vs. Starlink and the wide-open US-China internet battle - SiliconANGLE Team Cymru launches Total Insights Feed to replace legacy threat intelligence lists - SiliconANGLE AI Mode in Chrome adds split-screen view to enhance the web search experience - SiliconANGLE Resolve AI raises $40M at $1.5B valuation to optimize production environments - SiliconANGLE How Zscaler and OpenAI turn zero-trust security into an AI accelerator - SiliconANGLE OpenAI ratchets up Codex's agentic capabilities to rival Claude Code - SiliconANGLE Anthropic launches Claude Opus 4.7 with coding, visual reasoning improvements - SiliconANGLE Slash raises $100M at a $1.4B valuation to expand AI-powered banking platform for online businesses - SiliconANGLE Canva unveils Canva AI 2.0, recasting its platform as an agentic system for work - SiliconANGLE Data center, consumer device chips boost TSMC’s revenue - SiliconANGLE Mission-critical security cannot be bolted on, says Oracle - SiliconANGLE Agentic infrastructure reshapes enterprise AI - SiliconANGLE Data quality, and data freedom, foundational for AI success - SiliconANGLE Data trust is a bedrock in successful, scalable AI outcomes - SiliconANGLE Google introduces new agentic AI-ready tools and resources for Android developers  - SiliconANGLE Agentic AI orchestration separates winners from laggards - SiliconANGLE Data-driven tools turning the tide against human trafficking - SiliconANGLE Achieving trusted AI development goes beyond 'vibes' - SiliconANGLE Impinj boosts edge computing power in updated R700 RAIN RFID reader - SiliconANGLE Certinia powers professional services with AI - SiliconANGLE Antioch prepares to accelerate simulated testing for autonomous robots after raising $8.5M - SiliconANGLE Developer tooling startup Expo nabs $45M investment - SiliconANGLE Solidroad lands $25M to bring AI to customer support interactions - SiliconANGLE DuploCloud lands compliance and AI governance certifications as enterprise buyers tighten scrutiny - SiliconANGLE Lua lands $5.8M to help businesses build and manage AI agent workforces - SiliconANGLE Best of frenemies: Oracle's and AWS' clouds unite with dedicated, private connectivity - SiliconANGLE NIST shifts National Vulnerability Database to risk-based triage as CVE submissions hit record levels - SiliconANGLE Cisco goes to the races with new Churchill Downs multiyear partnership - SiliconANGLE Susecon 2026 will tackle the future of open-source platforms - SiliconANGLE
Komprise aims to make messy, unstructured data accessible...
by Mike Wheatley · 2026-06-23 · via SiliconANGLE

Komprise aims to make messy, unstructured data accessible without the hassle

Big data management startup Komprise Inc. said today it’s introducing a major update to its platform with the launch of Komprise Transparent File Tables, an entirely new feature that enables a “structured view” of messy unstructured data, making it more accessible to artificial intelligence models and applications.

In an interview with SiliconANGLE, co-founder and Chief Technology Officer Krishna Subramanian said the new capability is available in early access now. It makes it possible for organizations to use unstructured data as an Apache Iceberg table within their cloud data lakehouse of choice, without paying the steep costs associated with large-scale data movement.

The update is all about enhancing AI operations and agents, she said. There are more ways than one to improve the capabilities of AI. While frontier labs are focused on building newer, more powerful AI models, Subramanian believes it’s possible to significantly boost the performance of existing models simply by feeding them more data.

The messy data problem

Unstructured data is the bread and butter of most large language models, but the vast majority of it is currently not being used at all. “We all know that AI is nothing without high-quality data, and enterprise data is the differentiator when all enterprises have access to the same models,” Subramanian said. “However, over 80% of enterprise data is unstructured, and 99% of this data is dark to AI because there is no easy way to query unstructured data.”

There are multiple reasons why the bulk of unstructured data remains dark, Subramanian said. Most of it lacks a consistent schema, much of it is of extremely poor quality, and it also tends to be voluminous and difficult to move from one place to another. Moreover, existing data ingestion mechanisms are not well-suited to unstructured information, because they usually work by copying all of the raw data. But this means that it lacks the required structure to be useful for AIU models.

“Current techniques to ingest data like ETL are built for structured and semi-structured data, because they focus on copying all the raw data without any schema extraction,” Subramanian said. “For instance, with file-based batch ingestion from cloud storage, files are staged in cloud object storage and loaded into the platform either on a scheduled or incremental basis. Data lands as raw strings, binary blobs or in semi-structured formats like JSON and XML, and is then refined through processing layers.”

Another method is to query unstructured data in place using external table references provided by cloud data lakehouse platforms such as Databricks and Snowflake. But this is extremely cumbersome, Subramanian said. It takes many hours for users to preprocess the data manually to create a structured description of it that’s compatible with the data lakehouse.

Bringing order to the chaos

Komprise says Transparent File Tables provides enterprises with a much more convenient alternative. Subramanian explained that it leverages Komprise’s distributed scale-out architecture, which helps classify the nature of unstructured information so it can be formatted as a tabular schema. It begins by automatically indexing an enterprise’s unstructured data from across their information technology environments, including their cloud and on-premises servers. During this process, companies can add rich content to the files with content, header, sensitive data scanning and metadata tagging to make it more organized and searchable, he said.

Once done, the table displays the enriched metadata in an Iceberg table and uses the company’s Transparent Move Technology to point to the location of the data it refers to. That means AI models can quickly find the data they’re looking for by searching through the classified and enriched metadata, then go to the place where it’s stored. The data itself never has to be moved. Instead, it’s dynamically loaded whenever it’s needed.

“Komprise TFT provides a structured, query-ready view of global enterprise unstructured data,” Subramanian said. “Komprise maintains a Global Metadatabase containing system, content and custom metadata which provides classification and structure for all the data in the enterprise. It solves two major issues for data engineers and analysts by giving consistent schema to unstructured data and enabling its use in analytics and AI tools like Databricks and Snowflake, without moving petabytes of data.”

Komprise said TFT makes it possible to search for unstructured data using existing business intelligence and data analytics tools using Iceberg queries, with data governance based on each user’s access permissions.

Easier access means more value

Subramanian believes Komprise TFT will dramatically improve access to unstructured data for many new kinds of applications. For instance, a machine learning engineer at a healthcare organization can use it to curate the high-quality datasets needed to fine-tune a radiology LLM without exposing sensitive medical records.

“They can do this with AI-generated tags for the modality, body part, study type, findings and so on extracted from DICOM files and their associated reports,” she said. “The engineer can then join this with structured patient cohort data from the EHR to scope the right subset and export it as Parquet for ingestion into the RAG pipeline or fine-tuning workflow.”

Other use cases include building a unified data estate map to help financial organizations understand where their sensitive data lives, so they can enhance their compliance operations. Alternatively, an AI agent in media and entertainment can use the Iceberg table format to identify media archives and narrow down which scripts it needs to ingest when it’s given a specific task, Subramanian explained.

The main benefit for organizations is that they can leave their vast unstructured data estates intact, exactly where they live, while making it much more accessible to AI and analytics teams. It means they can avoid the expensive and complex process of moving large petabytes of data, lowering their costs and ensuring any sensitive information remains secure, while also getting much more value out of it.

“Data and AI teams get access to high-quality unstructured data through their familiar interface, without the cost and complexity of ingesting raw data and figuring out how to extract the schema,” Subramanian said.

Image: SiliconANGLE/Gemini AI

A message from John Furrier, co-founder of SiliconANGLE:

Support our mission to keep content open and free by engaging with theCUBE community. Join theCUBE’s Alumni Trust Network, where technology leaders connect, share intelligence and create opportunities.

  • 15M+ viewers of theCUBE videos, powering conversations across AI, cloud, cybersecurity and more
  • 11.4k+ theCUBE alumni — Connect with more than 11,400 tech and business leaders shaping the future through a unique trusted-based network.

About SiliconANGLE Media

SiliconANGLE Media is a recognized leader in digital media innovation, uniting breakthrough technology, strategic insights and real-time audience engagement. As the parent company of SiliconANGLE, theCUBE Network, theCUBE Research, CUBE365, theCUBE AI and theCUBE SuperStudios — with flagship locations in Silicon Valley and the New York Stock Exchange — SiliconANGLE Media operates at the intersection of media, technology and AI.

Founded by tech visionaries John Furrier and Dave Vellante, SiliconANGLE Media has built a dynamic ecosystem of industry-leading digital media brands that reach 15+ million elite tech professionals. Our new proprietary theCUBE AI Video Cloud is breaking ground in audience interaction, leveraging theCUBEai.com neural network to help technology companies make data-driven decisions and stay at the forefront of industry conversations.