1) temporary tables - auto-removed when session ends and visible only in that session that created them 2) "unlogged" tables - such tables are not WAL-logged thus a lot faster to work with. Downside ...
As of right now, all of the data that we are storing into variables in java are lost when the application ends. We need a tool that will allow us to persist data permanently. This tool is called a ...