Buckets:
| import { index, mediumtext, mysqlTable, primaryKey, varchar } from "drizzle-orm/mysql-core" | |
| import { id, timestamps } from "../drizzle/types" | |
| export const BenchmarkTable = mysqlTable( | |
| "benchmark", | |
| { | |
| id: id(), | |
| ...timestamps, | |
| model: varchar("model", { length: 64 }).notNull(), | |
| agent: varchar("agent", { length: 64 }).notNull(), | |
| result: mediumtext("result").notNull(), | |
| }, | |
| (table) => [primaryKey({ columns: [table.id] }), index("time_created").on(table.timeCreated)], | |
| ) | |
Xet Storage Details
- Size:
- 495 Bytes
- Xet hash:
- a9099027b8e41264597db260645ae347a4887e1b49aa5187d1faf573b7d936c1
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.