Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

316
Vistas
How to restore redshift data not present in a previous snapshot?

Currently we have automated manual backup of redshift data every 1 hour. Assuming a cluster goes down and the data restored from a snapshot, I also want to restore the data not present in the snapshot.

P.S: complete data is present in s3 before we move to redshift.

How can I approach this problem? So that I get remaining data from my s3 to redshift after snapshot restore.

about 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

You would need to have some indicator in both Redshift and S3 so that you know which data is loaded.

For example, if your data on S3 is partitioned by Year, Month, Day and Hour like so:

s3://my_bucket/my_prefix/year=2017/month=3/day=11/hour=10/my_file_parts.pt001.gz

Then you want to have Year, Month, Day and Hour columns in you Redshift tables so you can find the max partition that was loaded.

SELECT  MAX(year||month||day||hour) FROM my_table

You can then reload any partitions not currently present in Redshift.

about 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda