Revision 3d07b815f6b22e43873196156d276887bff2044b authored by Alexey Maykov on 15 September 2015, 16:03:08 UTC, committed by Alexey Maykov on 10 October 2015, 01:10:55 UTC
Summary: It would be nice to have and access to table properties in compaction callbacks. In MyRocks project, it will make possible to update optimizer statistics online.

Test Plan: ran the unit test. Ran myrocks with the new way of collecting stats.

Reviewers: igor, rven, yhchiang

Reviewed By: yhchiang

Subscribers: dhruba

Differential Revision: https://reviews.facebook.net/D48267
1 parent 64546af
Raw File
doc.css
body {
  margin-left: 0.5in;
  margin-right: 0.5in;
  background: white;
  color: black;
}

h1 {
  margin-left: -0.2in;
  font-size: 14pt;
}
h2 {
  margin-left: -0in;
  font-size: 12pt;
}
h3 {
  margin-left: -0in;
}
h4 {
  margin-left: -0in;
}
hr {
  margin-left: -0in;
}

/* Definition lists: definition term bold */
dt {
  font-weight: bold;
}

address {
  text-align: center;
}
code,samp,var {
  color: blue;
}
kbd {
  color: #600000;
}
div.note p {
  float: right;
  width: 3in;
  margin-right: 0%;
  padding: 1px;
  border: 2px solid #6060a0;
  background-color: #fffff0;
}

ul {
  margin-top: -0em;
  margin-bottom: -0em;
}

ol {
  margin-top: -0em;
  margin-bottom: -0em;
}

UL.nobullets {
  list-style-type: none;
  list-style-image: none;
  margin-left: -1em;
}

p {
  margin: 1em 0 1em 0;
  padding: 0 0 0 0;
}

pre {
  line-height: 1.3em;
  padding: 0.4em 0 0.8em 0;
  margin:  0 0 0 0;
  border:  0 0 0 0;
  color: blue;
}

.datatable {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  border: 1px solid;
}

.datatable td,th {
  padding: 0 0.5em 0 0.5em;
  text-align: right;
}
back to top