TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Where do you store big (approx 4 Gb and more JSON) files used in tests?

1 点作者 lichtenberger超过 2 年前
Hello,<p>I have really big files I&#x27;d like to import in my OSS database system and test the import for instance. I&#x27;m not sure where to store these files used in my integration tests (so, currently I&#x27;ve only two tests regarding these bigger JSON files which I&#x27;m running locally -- which is of course not the way to go). Maybe everyone else simply tests with smaller files and maybe bigger synthetic tests using the database system APIs directly to import data?<p>kind regards Johannes

2 条评论

rogerkirkness超过 2 年前
On a CDN, and version control the reference to it. Or just store it in the repo.
评论 #34084332 未加载
dave4420超过 2 年前
Is it 4 GB compressed or uncompressed?<p>Would it be possible to generate this file (or a file with the same properties) with a short script?
评论 #34090920 未加载