The Wayback Machine - https://web.archive.org/web/20200825034303/https://github.com/topics/foundationdb
Skip to content
#

foundationdb

Here are 53 public repositories matching this topic...

xumengpanda
xumengpanda commented May 18, 2020

The old restore supports adding prefix and suffix to the backup data. This allows us to restore a key space (say [a, b)) to a new key space (say [awesome_a, awesome_b).

This feature is useful in:

  • Performance testing: We do not want to throw away existing loaded data in the cluster because loading a huge DB takes time;
  • Cross-verification: Users may want to verify the restored data in the
alecgrieser
alecgrieser commented Jul 12, 2019

There is instrumentation on the store timer that takes a future, but the problem can be that if a future is created and then stuff is done with it for a while before it is instrumented, the metric will only record time for the events that have happened after the future has been created.

One way to improve this might be to have a version of instrument that takes a `Supplier<CompletableFuture<T

dongxinEric
dongxinEric commented Apr 16, 2019

Right now in insertElementRecursive(), DocLayer does NOT try to store arrays with null values as sparse arrays, i.e. for null value it still insert a k-v for it, which is kind of against what it attempts to achieve later when doing update (skipping the null values and effectively store those arrays as spars arrays). We should make the behavior consistent and do the same in insertion.

alexmiller-apple
alexmiller-apple commented Nov 12, 2019

There's a number of talks that folk have done on FDB over time, that should be added to this list.

Off the top of my head, we should be able to find links to:

  • Will Wilson's old simulation talk from strangeloop
  • The FDB Summit 2018 videos

I'm also aware of two FDB podcast episodes, which had:

  • Ryan Worl
  • Ashish Motivala and Clement Pang

as the guests.

But there might also be ot

Improve this page

Add a description, image, and links to the foundationdb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the foundationdb topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.