question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Temporary in-memory dats

See original GitHub issue

I have a workflow where I need to create temporary dats. The flow is, I want to work on a dat site, so I need the files to be hosted, but I dont want the changes to get recorded in the dat’s history.

So, ideally, could do something like

dat . --temp

And it would create a dat in-memory, leaving ./.dat alone.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:10

github_iconTop GitHub Comments

1reaction
pfrazeecommented, Sep 13, 2016

Thanks @joehand! The added overhead sucks but isn’t the absolute worst. The feature is very useful.

0reactions
pfrazeecommented, Sep 14, 2016

Thanks @joehand !

Read more comments on GitHub >

github_iconTop Results From Across the Web

In-Memory Databases - SQLite
A different temporary file is created each time so that, just as with the special ":memory:" string, two database connections to temporary ......
Read more >
Is RAM for Temporary Storage? - Small Business - Chron.com
RAM is both used for temporary storage, and from a technical perspective it is only capable of temporary storage. The hard drive is...
Read more >
Temporary in-memory database in SQLite - Stack Overflow
As an alternative to in memory databases, you can create a SQLite temporary database by using an empty string for the filename. It...
Read more >
Temporary Memory - an overview | ScienceDirect Topics
It is used as a temporary memory, typically by the CPU (central processing unit), while processing data. It is also used to convert...
Read more >
Memory optimization for faster temp table and table variables
Learn about converting temporary tables, table variables, or table-valued ... and data structures that are used by memory-optimized tables.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found