Added
AWS PostgreSQL guides for Fastah IP geolocation
December 16th, 2025
New guides: Amazon RDS for PostgreSQL | Amazon Aurora PostgreSQL and DSQL
We added AWS PostgreSQL deployment guides that show how to store Fastah IP geolocation responses using native data types and extensions.
- Compare Amazon Aurora PostgreSQL and Aurora DSQL for Fastah workloads, including support for
inet,cidr, PostGIS, and timezone-aware timestamps. - Follow copy-pasteable SQL examples to model and index IP addresses and subnets using
inet/cidrand GiST indexes. - Enable PostGIS on supported AWS PostgreSQL engines and store
locationDatacoordinates as SRID 4326 geometry points. - Store timezone-aware timestamps using
TIMESTAMPTZtogether with Fastah'slocationData.tzvalue.
