Workflow
SQL queries
icon
Search documents
DDN Infinia Multiprotocol Demo
DDNยท 2025-11-11 18:56
Welcome to this Infinia demo. Today we'll be showing how Infinia can handle all the IO needs in an AI data pipeline. The Infinia architecture can be broken down into sections.Storage services providing enhanced resilience and elastic scale capabilities of the storage itself. The data plane comprised of a key value store as well as the presentation of data to clients via IO protocols. SQL queries of the KV store data and metadata and an SDK to integrate directly with applications and frameworks.And finally, ...
X @Token Terminal ๐Ÿ“Š
RT Token Terminal ๐Ÿ“Š (@tokenterminal)Introducing the solution (BigQuery UDFs)โ–ช๏ธ We solved this with BigQuery UDFs, user-defined JavaScript functions that run inside SQL queries.โ–ช๏ธ They let us encapsulate the decoding logic once, and apply it across millions of rows without repeating the same logic across our codebase.โ–ช๏ธ It made our queries faster to write, easier to audit, and cheaper to run. ...