Skip to content

Releases: tikv/pd

pd-server v1.0.0

16 Oct 04:31
Compare
Choose a tag to compare
  • Support read flow based balancing
  • Support setting the Store weight and weight based balancing

pd-server Pre-GA

30 Aug 10:24
Compare
Choose a tag to compare
  • Support manually changing the leader of the PD cluster

pd-server rc4

04 Aug 11:51
Compare
Choose a tag to compare
  • Support using PD to set the TiKV location labels
  • Optimize the scheduler
    • PD is now supported to initialize the scheduling commands to TiKV.
    • Accelerate the response speed of the region heartbeat.
    • Optimize the balance algorithm
  • Optimize data loading to speed up failover

pd-server rc3

21 Jun 05:12
Compare
Choose a tag to compare
  • Support gRPC
  • Provide the Disaster Recovery Toolkit
  • Use Garbage Collection to clear stale data automatically
  • Support more efficient data balance
  • Support hot Region scheduling to enable load balancing and speed up the data importing
  • Performance
    • Accelerate getting Client TSO
    • Improve the efficiency of Region Heartbeat processing
  • Improve the pd-ctl function
    • Update the Replica configuration dynamically
    • Get the Timestamp Oracle (TSO)
    • Use ID to get the Region information

pd-server rc2

01 Mar 08:01
Compare
Choose a tag to compare
  • Support location aware replica sheduling
  • Conduct fast scheduling based on the number of region
  • pd-ctl support more features
    • Add or delete PD
    • Obtain Region information with Key
    • Add or delete scheduler and operator
    • Obtain cluster label information

pd-server rc2-preview

26 Jan 11:49
Compare
Choose a tag to compare
*: update vendor. (#486)

pd-server rc1

23 Dec 02:29
Compare
Choose a tag to compare
*: pid to id (#448)

PD Beta4

01 Nov 08:57
Compare
Choose a tag to compare
server/cache: hide regions in clusterInfo (#367)

* server/cache: hide regions in clusterInfo

regionsInfo will be rewrote later, we should not access it directly.