Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · 0.8.1
persy
Browse files
Dec 01, 2019
fixed issue on free pages flag
· abfb8d77
tglman
authored
Dec 01, 2019
View commits for tag 0.8.1
0.8.1
abfb8d77
start 0.8.1 hotfix
· 51680534
tglman
authored
Dec 01, 2019
51680534
Nov 25, 2019
updated readme example and minor readme fixes
· 784308ed
tglman
authored
Nov 25, 2019
View commits for tag 0.8.0
0.8.0
784308ed
Nov 24, 2019
removed macro for generation of from errors
· f6cde895
tglman
authored
Nov 24, 2019
f6cde895
cleanup following clippy suggestions
· 4dc2041a
tglman
authored
Nov 24, 2019
4dc2041a
Nov 20, 2019
refactor in index logic to reduce the number of clones
· 54a1d824
tglman
authored
Nov 20, 2019
54a1d824
Nov 18, 2019
minor changes on buffering of free page operation
· a144b8fe
tglman
authored
Nov 18, 2019
a144b8fe
Nov 17, 2019
optimization on new pages creation
· e5bb0261
tglman
authored
Nov 17, 2019
e5bb0261
Nov 16, 2019
removed redundant flush segments from prepare commit
· 9acb9e88
tglman
authored
Nov 16, 2019
9acb9e88
fixed allocation in page recovery after crash
· f300cd75
tglman
authored
Nov 16, 2019
f300cd75
add a release checklist
· 91aca726
tglman
authored
Nov 16, 2019
91aca726
avoided free and allocate a new page every flush_segments, just reuse the...
· b6211395
tglman
authored
Nov 16, 2019
b6211395
Nov 15, 2019
optimized page free logic
· f3a516e7
tglman
authored
Nov 15, 2019
f3a516e7
refactored index update logic to clone instances only when needed
· 0194445f
tglman
authored
Nov 15, 2019
0194445f
Nov 12, 2019
made sure to fsync the metadata only when needed
· 980eba0c
tglman
authored
Nov 12, 2019
980eba0c
changed allocation logic to return directly allocated instance, for avoid...
· 22d78d53
tglman
authored
Nov 12, 2019
22d78d53
add optimization for avoid cloning of page on most cases of flush, minor...
· 371d2d09
tglman
authored
Nov 12, 2019
371d2d09
Nov 09, 2019
made sure to reduce the amount of copy of pages for read usecases
· f4863490
tglman
authored
Nov 09, 2019
f4863490
Nov 07, 2019
removed read snapshot from simple record access because not needed anymore due...
· 17401d1e
tglman
authored
Nov 07, 2019
17401d1e
moved index id resolve on the public API implementation
· 44e517e5
tglman
authored
Nov 07, 2019
44e517e5
Nov 06, 2019
add check for record page content match record id and is not freed, for avoid...
· ac7a7d3f
tglman
authored
Nov 06, 2019
ac7a7d3f
made public the APIs to resolve the segment and index ids
· 9fb91773
tglman
authored
Nov 06, 2019
9fb91773
fixed concurrent operations on record read that made possible to read a freed page
· d030130a
tglman
authored
Nov 06, 2019
d030130a
Nov 03, 2019
add new transaction for logging journal freed pages, for avoid the need of double fsync
· 34fa53b6
tglman
authored
Nov 03, 2019
34fa53b6
removed clean up of already done operations from the log, from the second...
· b978cf68
tglman
authored
Nov 02, 2019
b978cf68
Oct 28, 2019
minor update of todos
· b03b9b80
tglman
authored
Oct 28, 2019
b03b9b80
removed not needed todo
· 708b705a
tglman
authored
Oct 28, 2019
708b705a
remove esclusive lock for the indexes, that rely now on per page locking
· d507d09d
tglman
authored
Oct 24, 2019
d507d09d
add single page logic locking for indexes
· f33652c9
tglman
authored
Oct 24, 2019
f33652c9
made sure to not update the root of the tree if there is no need to
· f41e31d9
tglman
authored
Oct 22, 2019
f41e31d9
refactor to extract merge and apply logic to specific methods for index apply
· 765efb3f
tglman
authored
Oct 20, 2019
765efb3f
extracted specific logic methods from index changes apply logic
· 3a167791
tglman
authored
Oct 16, 2019
3a167791
add version store inside temporary store for index keeper
· 79dc3974
tglman
authored
Oct 16, 2019
79dc3974
implements sopport for To*Id for references, removed clones where not needed
· aae98b31
tglman
authored
Oct 16, 2019
aae98b31
replaced index name with the IndexId in the internal APIs
· 4a198c94
tglman
authored
Oct 15, 2019
4a198c94
implemented support for index id resolution with the double segment id, and...
· 94bb9f6c
tglman
authored
Oct 15, 2019
94bb9f6c
moved index page limit management only to the write trait
· c8181d04
tglman
authored
Oct 14, 2019
c8181d04
add version pass through in the index change methods
· 71876e52
tglman
authored
Oct 14, 2019
71876e52
removed non needed option, add check to avoid to double lock index pages
· bcc4d048
tglman
authored
Oct 13, 2019
bcc4d048
fixed load of minimum and maximum page size from the index configuration
· 572dcd0e
tglman
authored
Oct 13, 2019
572dcd0e
Loading