skip to Main Content

How to insert Geo location using spring data JPA – Mysql

I am trying to insert Geo location into MySql database using spring data JPA. MySql Version : 5.7.17 For spring boot I have used 2.5.6 boot version and below dependency I have used <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId>…

VIEW QUESTION

Gist index on Postgres/PostGIS still slow – Debian

I am not an expert at Postgres/GIS subjects and I have an issue with a large database (over 20 million records) of geometries. First of all my set up looks like this: mmt=# select version(); -[ RECORD 1 ]------------------------------------------------------------------------------------------------------------- version…

VIEW QUESTION
Back To Top
Search