Skip to content

Benchmarking different methods of storing location data into Postgres 12

License

Notifications You must be signed in to change notification settings

shooksteven/PostgresBenchmarkLocationStorage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostgresBenchmarkLocationStorage

Benchmarking different methods of storing location data (json) into Postgres 12

Methods

  1. Store json as string inside a jsonb array
  2. Store as object in jsonb array
  3. Break object out into separate columns in another table. Using 'insert'
  4. Updating an existing tables Text[]

Usage

Install docker

make run
Then run the queries in benchmark_queries.sql

TODO

The median seems to be calculated incorrectly.

About

Benchmarking different methods of storing location data into Postgres 12

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published