Guntur revenue division

Guntur revenue division is an administrative division in the Guntur district of the Indian state of Andhra Pradesh. It comprises 20 mandals and is one of the four revenue divisions in the district, along with Narasaraopet, Tenali and Gurazala.[1] Guntur serves as the headquarters of the division.

Guntur revenue division
CountryIndia
StateAndhra Pradesh
DistrictGuntur
HeadquartersGuntur
Number of mandals19

Administration

The present Revenue Divisional Officer (RDO) of the division is B Srinivasa Rao.[2]

The mandals in the revenue division are:[1]

Mandals Amaravati, Atchampet, Bellamkonda, Guntur East, Guntur West Krosuru, Mangalagiri, Medikonduru, Muppalla, Pedakakani, Pedakurapadu, Pedanandipadu, Phirangipuram, Prathipadu, Rajupalem, Sattenapalle, Tadepalle, Tadikonda, Thullur, Vatticherukuru
gollark: If the issue is what I think it could be, then it's accidentally dropping? data on the threshold of the rolling counter region incorrectly.
gollark: ```nimproc pollTargets(ctx: Ctx) {.async.} = for row in ctx.db.all("SELECT * FROM sites"): var (id, url, rollingTotalPings, rollingSuccessfulPings, rollingLatency, rollingDataSince) = row.unpack((int64, string, int64, int64, int64, Option[Time])) let res = await ctx.pollTarget(url) let threshold = getTime() # drop old data from rolling counters if rollingDataSince.isSome: for row in ctx.db.iterate("SELECT status, latency FROM reqs WHERE timestamp >= ? AND timestamp <= ? AND site = ?", rollingDataSince.get, threshold, id): let (statusRaw, latency) = row.unpack((int, int)) rollingTotalPings -= 1 rollingLatency -= latency if statusRaw <= 0: rollingSuccessfulPings -= 1 # add new data rollingTotalPings += 1 rollingLatency += res.latency if int(res.rtype) <= 0: rollingSuccessfulPings += 1 ctx.db.transaction: ctx.db.exec("UPDATE sites SET rc_total = ?, rc_success = ?, rc_latency = ?, rc_data_since = ? WHERE sid = ?", rollingTotalPings, rollingSuccessfulPings, rollingLatency, threshold, id) ctx.db.exec("INSERT INTO reqs (site, timestamp, status, latency) VALUES (?, ?, ?, ?)", id, getTime(), int(res.rtype), res.latency)```This is the core algorithm.
gollark: Actually, æææææ who even knows.
gollark: The boundary conditions could be wrong on this query.
gollark: Hmm. I think I might know what this is maybe?

See also

References

  1. "District Census Handbook, Guntur (Part XII-B)" (PDF). Census of India. pp. 14–15. Retrieved 18 January 2015.
  2. "List of Tahsildars working in Guntur District as on 19.06.2014" (PDF). Guntur District Official Website. National Informatics Centre. p. 2. Archived from the original (PDF) on 16 October 2014. Retrieved 28 November 2015.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.