Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 29 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Edit d62d926c0e3a ... 7873e1c4fa3b We’re showing branches in this repository, but you can also compare across forks. base fork: infoforcefeed/OlegDB Choose a Base Repository /.select-menu-header /.select-menu-filters infoforcefeed/OlegDB /.select-menu-item Codyle/OlegDB /.select-menu-item Hamcha/OlegDB /.select-menu-item cquinlan/OlegDB /.select-menu-item zeroZshadow/OlegDB /.select-menu-item Nothing to show /.select-menu-...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 29 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Function isn't available outside of file. Loading branch information ... commit 404969b77da1a05a4d4d74b46c39cc339bc6c897 1 parent 5a5abbc qpfiffer authored Nov 25, 2014 Unified Split Showing 1 changed file with 1 addition and 1 deletion . + 1 − 1 c_src/transaction.c 2 c_src/transaction.c Show notes View @@ -19,7 +19,7 @@ /* Where we start our transactions from. */ transaction_id global_t...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 29 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Function isn't available outside of file. Loading branch information ... commit 404969b77da1a05a4d4d74b46c39cc339bc6c897 1 parent 5a5abbc qpfiffer authored Nov 25, 2014 Unified Split Showing 1 changed file with 1 addition and 1 deletion . + 1 − 1 c_src/transaction.c 2 c_src/transaction.c Show notes View @@ -19,7 +19,7 @@ /* Where we start our transactions from. */ transaction_id global_t...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 29 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar base sha1: "cdaa44255dfbe4b108c5201834b76c71993c978a" head sha1: "5a5abbc3ee14f6aabf77a4df9abf57dd01819a1b" Loading… New issue 118 transaction support #132 Open qpfiffer wants to merge 58 commits into master from 118_Transaction_Support + 1,101 − 727 Conversation 0 Commits 58 Files changed 16 Apply labels to this issue bug duplicate enhancement frontend ...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 29 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code s/=/==/, oops. Loading branch information ... commit 5a5abbc3ee14f6aabf77a4df9abf57dd01819a1b 1 parent a9b34c4 qpfiffer authored Nov 24, 2014 Unified Split Showing 1 changed file with 1 addition and 1 deletion . + 1 − 1 c_src/test.c 2 c_src/test.c Show notes View @@ -336,7 +336,7 @@ int test_lots_of_deletes(const ol_feature_flags features) { int delete_result = olt_scoop(tx, key, strlen(key))...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 29 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Check the correct database for record count. Loading branch information ... commit a9b34c4791d2dec82f27b30c6aa3aaf15d91d158 1 parent 6b06b1a qpfiffer authored Nov 24, 2014 Unified Split Showing 1 changed file with 1 addition and 1 deletion . + 1 − 1 c_src/test.c 2 c_src/test.c Show notes View @@ -459,7 +459,7 @@ int test_scoop(const ol_feature_flags features) { char key[64] = "muh_hash_tho"; ...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 29 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Fix awful transaction bug where offsets are wrong. Thanks, GDB! Loading branch information ... commit 6b06b1ae748c70583b345d3ba0f1623095cd1224 1 parent d82476d qpfiffer authored Nov 24, 2014 Unified Split Showing 1 changed file with 7 additions and 4 deletions . + 7 − 4 c_src/aol.c 11 c_src/aol.c Show notes View @@ -195,9 +195,9 @@ int ol_aol_restore_from_file(ol_database *target_db, size...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 29 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code More transactions for my box-cutter gods. Found a big bug with the transaction merging. I need to actually write back the data from the transaction value files to the original value file. Fug. Loading branch information ... commit d82476d007cff72236f6715e06e65097dfb7e9ce 1 parent 9af5422 qpfiffer authored Nov 24, 2014 Unified Split Showing 6 changed files with 50 additions and 28 deletions . + 11 − 7 c_src/aol.c + 1 − 1 ...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 29 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Clang fixes. Loading branch information ... commit 9af5422bf96ddae4f58d84073cd5a523142ef019 1 parent ca03e6d qpfiffer authored Nov 24, 2014 Unified Split Showing 1 changed file with 2 additions and 2 deletions . + 2 − 2 c_src/test.c 4 c_src/test.c Show notes View @@ -205,6 +205,7 @@ int test_jar(const ol_feature_flags features) { int test_can_jump_cursor(const ol_feature_flags features) {...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 29 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Fix a test. Loading branch information ... commit ca03e6defebecdf12546f53742bd9264c12d4b12 1 parent 041d9be qpfiffer authored Nov 24, 2014 Unified Split Showing 1 changed file with 20 additions and 41 deletions . + 20 − 41 c_src/test.c 61 c_src/test.c Show notes View @@ -126,12 +126,13 @@ int test_zero_length_keys(const ol_feature_flags features) { int test_basic_transaction(const o...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 29 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code MORE TEST REWRITING Loading branch information ... commit 041d9be6486d2bf457c6a395aca55659f15f5ce7 1 parent ff3bfdd qpfiffer authored Nov 9, 2014 Unified Split Showing 1 changed file with 79 additions and 120 deletions . + 79 − 120 c_src/test.c 199 c_src/test.c Show notes View @@ -119,6 +119,7 @@ int test_zero_length_keys(const ol_feature_flags features) { return 0; error: ...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 29 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Stray erlang words Loading branch information ... commit d62d926c0e3aa96762800b22b651cc30f13c1b4b 1 parent 21f7391 kyleterry authored Nov 9, 2014 Unified Split Showing 3 changed files with 12 additions and 22 deletions . + 1 − 1 README.md + 3 − 3 docs/Overview/01_What_is_OlegDB.markdown + 8 − 18 docs/Overview/02_Installation.markdown 2 README.md Show notes ...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 29 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Still bad at committing Loading branch information ... commit 9ef99bd75f160576ac6c5ac61d48c498f46b19f0 1 parent 6f7ecf2 kyleterry authored Nov 9, 2014 Unified Split Showing 2 changed files with 3 additions and 0 deletions . 0 c_src/array_test.c + 3 − 0 include/array_test.h 0 c_src/array_test.c Show notes View No changes. 3 include/array_test.h Show notes View @@ -0,0 +1,3 @@...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 29 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code I'm bad at committing Loading branch information ... commit 6f7ecf271126ffd7a2e0d73bf96ad4cd9ffcbbf7 1 parent 8a80009 kyleterry authored Nov 9, 2014 Unified Split Showing 1 changed file with 16 additions and 0 deletions . + 16 − 0 c_src/array.c 16 c_src/array.c Show notes View @@ -41,3 +41,19 @@ int ola_grow(ola_array *array) { error: return 1; } + +int ola_reindex(ol...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 29 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Edit 63ca08d3af07 ... ff3bfdd3bfec We’re showing branches in this repository, but you can also compare across forks. base fork: infoforcefeed/OlegDB Choose a Base Repository /.select-menu-header /.select-menu-filters infoforcefeed/OlegDB /.select-menu-item Codyle/OlegDB /.select-menu-item Hamcha/OlegDB /.select-menu-item cquinlan/OlegDB /.select-menu-item zeroZshadow/OlegDB /.select-menu-item Nothing to show /.select-menu-...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 29 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Couple of fixes. Q can fix the rest Loading branch information ... commit 21f7391f563d104a721ba8a9af83400ceb9f366e 1 parent 116765c kyleterry authored Nov 9, 2014 Unified Split Showing 1 changed file with 3 additions and 3 deletions . + 3 − 3 scripts/torture.py 6 scripts/torture.py Show notes View @@ -30,11 +30,11 @@ def thread_burn(thread_id): requests.post(connection_str, data=comp...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 29 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Added data dir to .gitignore Loading branch information ... commit 116765caddd48a1dd25c3d611a1529707c8fa5fd 1 parent ec8cbaa kyleterry authored Nov 9, 2014 Unified Split Showing 1 changed file with 1 addition and 0 deletions . + 1 − 0 .gitignore 1 .gitignore Show notes View @@ -3,3 +3,4 @@ olegdb *.o *.dump +data Toggle all file notes Rendered timeline since 2014-11-0...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 29 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Lock because oleg is like that Loading branch information ... commit ec8cbaa8dea601818990bebd1431b8df745d6594 1 parent e33f4ca kyleterry authored Nov 9, 2014 Unified Split Showing 1 changed file with 31 additions and 0 deletions . + 31 − 0 frontend/goleg/highlevel.go 31 frontend/goleg/highlevel.go Show notes View @@ -7,11 +7,13 @@ import "C" import ( "errors" "time" + "syn...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 29 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code olt_spoil. - Started migrating tests to transaction based. Loading branch information ... commit 63ca08d3af078843a38cf84aea8dbdbceca9d5bf 1 parent 0569df7 qpfiffer authored Nov 9, 2014 Unified Split Showing 3 changed files with 72 additions and 37 deletions . + 22 − 30 c_src/oleg.c + 10 − 7 c_src/test.c + 40 − 0 c_src/transaction.c 52 c_src/oleg.c Show note...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 29 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Cleaner errors, still needs some work Loading branch information ... commit e33f4caf0d5ebe49a3a8033a6fde4df09d272f28 1 parent a603f16 kyleterry authored Nov 9, 2014 Unified Split Showing 1 changed file with 27 additions and 1 deletion . + 27 − 1 frontend/main.go 28 frontend/main.go Show notes View @@ -7,6 +7,8 @@ import ( "fmt" "io/ioutil" "net/http" + "log" + "os" ...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 29 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Edit d0afb6afbd60 ... 0569df75cf84 We’re showing branches in this repository, but you can also compare across forks. base fork: infoforcefeed/OlegDB Choose a Base Repository /.select-menu-header /.select-menu-filters infoforcefeed/OlegDB /.select-menu-item Codyle/OlegDB /.select-menu-item Hamcha/OlegDB /.select-menu-item cquinlan/OlegDB /.select-menu-item zeroZshadow/OlegDB /.select-menu-item Nothing to show /.select-menu-...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 29 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Doesn't segfault now. Loading branch information ... commit d0afb6afbd602ba9de856cd1b286c5c282e3d82b 1 parent 950653f qpfiffer authored Nov 9, 2014 Unified Split Showing 2 changed files with 1 addition and 2 deletions . + 0 − 1 c_src/oleg.c + 1 − 1 c_src/test.c 1 c_src/oleg.c Show notes View @@ -172,7 +172,6 @@ int ol_close(ol_database *db){ _ol_close_values(db); } ...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Starting implementation Loading branch information ... commit 8a80009fe8b681c4befb7e6ce1e8ab93d2a05865 1 parent 7b8f55b kyleterry authored Oct 6, 2014 Unified Split Showing 4 changed files with 47 additions and 8 deletions . + 1 − 1 Makefile + 43 − 0 c_src/array.c + 1 − 5 c_src/test.c + 2 − 2 include/array.h 2 Makefile Show notes View...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Testing ola_grow and ola_reindex Loading branch information ... commit 7b8f55b733c9f018e6705345fb5f5203eb105b4b 1 parent 304b97d kyleterry authored Oct 6, 2014 Unified Split Showing 2 changed files with 47 additions and 0 deletions . + 45 − 0 c_src/test.c + 2 − 0 include/array.h 45 c_src/test.c Show notes View @@ -1187,6 +1187,51 @@ int test_array_set_get_del(const ol_...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Added ola_grow and ola_reindex Loading branch information ... commit 304b97dd9c029e37aaaf7862c5b10612292f0e10 1 parent dd2d662 kyleterry authored Oct 6, 2014 Unified Split Showing 1 changed file with 14 additions and 0 deletions . + 14 − 0 include/array.h 14 include/array.h Show notes View @@ -28,6 +28,20 @@ ola_array *ola_create(const size_t slots); */ int ola_destroy(ola_array *...