Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Category: Database

The database is a warehouse that organizes, stores and manages data according to the data structure. It was created more than 60 years ago. With the development of information technology and the market, especially after the 1990s, data management is no longer just It is to store and manage data, and transform it into various data management methods required by users. There are many types of databases, from the simplest tables that store various data to large-scale database systems that can store massive amounts of data. They have been widely used in all aspects.

Find loop references in the PostgreSQL table?

I have a property sheet (ID int,SourceID int,TargetID int,TargetType int)

ID SourceID TargetID< br />———————
1 123 456
2 456 789
3 1 123
4 456 1
5 2 1
I want to find all circular references. I want to write a PL/pgsql function for this.

here ID 4 = 456 1 123 456 circular reference

September 21, 2021By Simo Postgresql Circulation, Find, PostgreSQL, reference, tableLeave a Comment

Recursive JSON in PostgreSQL

I have the following table in PostgreSQL 9.5 server:

It is worth noting that the position is theoretically infinitely recursive. I need to generate a JSON message from the root position and r

September 21, 2021By Simo Postgresql generated, JSON, middle, PostgreSQL, recursionLeave a Comment

PostgreSQL – HIVE flow does not work

I try to follow https://cwiki.apache.org/confluence/display/Hive/Streaming+Data+Ingest#StreamingDataIngest-StreamingRequirements to enable hive streaming I have changed all configuration properties

September 21, 2021By Simo Postgresql Flow, hive, PostgreSQL, WorkLeave a Comment

NOSQL Database Redis Series (1) – Introduction to Redis

I. Introduction to redis (1) Introduction to Redis

Redis is completely open source and free, complies with the BSD protocol, and is a high-performance key-value database.

Redis and othe

September 21, 2021By Simo Nosql database, NOSQL, profile, Redis, seriesLeave a Comment

PowerDesigner Connect the mysql database using the DSN file

First create a new PDM model

Enter the password and click OK, there will be a little pause and then a pop-up will pop up. The connection is successful. This is to test whether it can be connected.

To connect to mysql in PDM, see the following steps:

September 21, 2021By Simo Power Designer connection, database, DSN, file, mysql, PowerDesigner, UsingLeave a Comment

PostgreSQL – Sharing routine in user community

I built a toolbox for a branch of biology. One of the reasons for choosing Julia is its simplicity, because biologists are not considered capable of writing complex C code
What I want to add is a

September 21, 2021By Simo PostgresqlLeave a Comment

PostgreSQL – JSON WHERE uses Query Builder to CLAUSE

This is the JSON value in the data column of a thing table:

{a: [{b: 1} , {b: 2}]} I can use the original query like this to get all the content containing b equal to 1:

select * from t

September 21, 2021By Simo Postgresql builder, JSON, PostgreSQL, query, UsingLeave a Comment

PowerDesigner database

Novice learning database (1) Design the database with Powerdesigner
Description:

1. To learn to use development language for database programming, the key is to learn sql language, develo

September 21, 2021By Simo Power Designer database, PowerDesignerLeave a Comment

PostgreSQL big data query Adex sumcore and non-Caocau

1. Create a test table

CREATE TABLE big_data
(
id character varying(50) NOT NULL,
name character varying(50),
datetime timestamp with time zone,
CONSTRAINT big_data_pkey PRIMARY KEY (id)

September 21, 2021By Simo Postgresql data, index, large, plus, PostgreSQL, query, Summary, time consuming, unpredictableLeave a Comment

PostgreSQL – Postgres image is not created database

According to these docs, I can use env var POSTGRES_DB to specify the name of the database created by the postgres docker image. I set it in the docker-compose file, but it is not created.

Th

September 21, 2021By Simo Postgresql Created, database, image, not, Postgres, PostgreSQLLeave a Comment

Posts navigation

Page 1 … Page 38 Page 39 Page 40 … Page 47
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress