FASTER icon indicating copy to clipboard operation
FASTER copied to clipboard

Fast persistent recoverable log and key-value store + cache, in C# and C++.

Results 47 FASTER issues
Sort by recently updated
recently updated
newest added

Hello, I remember some discussions earlier about supporting secondary indexes. Is that still in progress? If not, what would you recommend? What type of index could we employ into our...

When using a scan from FasterLog there is a WaitAsync method that will wait for new records, once you are done iterating with GetNext, however if you do a scan...

Currently, FASTER doesn't allow to read uncommitted data by `ReadAsync` method. In the same time, iterator allows to do that. Is this possible to extend `ReadAsync` accordingly?

I wonder know does FASTER support taking a snapshot at a specific time point?

What is the current status of this project? According to [this section](https://microsoft.github.io/garnet/docs/dev/tsavorite/intro) in Garnet documentation FASTER was forked into Tsavorite. Should code currently using `FasterKV` be ported to `TsavoriteKV`? The...

Hello folks, Do you have an estimated timeframe when the library will be available for use with .NET 8 applications? Thanks.

According to our benchmarks, hybrid checkpoints (foldover) consume too much resources to make them often. As far as I know, KV uses FasterLog WAL internally. Is it possible to use...

When I generate a large amount of data using FasterKV (with the number of keys exceeding 300 million), and then save a checkpoint and load it again, an error occurs,...

Hi! Does FASTER support AOT? When I try to run with AOT I get hanging whenever I try to checkpoint and I assume the library is doing some runtime reflection...

This PR F2, an evolution of FASTER key-value store. More info can be found [here](https://arxiv.org/abs/2305.01516).