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

Tag: table

Type – LUA table in the table shows zero

I am learning the code in Lua and encountered a problem with my code. This is the first time I use a table. Whenever I call a specific table in another table, My type is nil, and the print table do

October 5, 2021By Simo Lua display, lua, table, type, zeroLeave a Comment

What is the fastest way to find a big table in radius mysql (latitude longitude)

Currently I have several tables with 100k rows. I am trying to find the following data.

SELECT
* , SQRT(POW(69.1 * (latitude-‘49.1044302’), 2) + POW(69.1 * (‘-122.801094’-longitude) * COS(lat

October 4, 2021By Simo Mysql fastest, large, latitude, longitude, method, mysql, radius, search, table, whatLeave a Comment

MySQL Optimization: How to avoid back inquiry

Reference: https://www.cnblogs.com/myseries/p/11265849.html

InnoDB has two types of indexes: clustered index (clustered index) index) and ordinary index (secondary index)

The leaf node

October 4, 2021By Simo Mysql back, how to avoid, mysql, Optimization, query, tableLeave a Comment

What is the HOST column of the User table in mysql?

Execute use mysql; then execute show tables; you can see all the tables in mysql
Execute desc user; you can see the table structure of user
You can see that host is a column in the user table , Exe

October 4, 2021By Simo Mysql Column, host, mysql, table, user, WhereLeave a Comment

MySQL table relationship

One, field operation #Create a tf1 table with id as the primary key and increment, x and y are both int type create table tf1( id int primary key auto_increment, x int, y int); ”’Modify”’ 1

October 4, 2021By Simo Mysql mysql, relationship, tableLeave a Comment

MySQL table name is not case sensitive setting method

After mysql is installed under windows system, it is not sensitive to the case of table names by default, but under linux, some systems need to be set manually. Log in as root, open and modify /etc

October 4, 2021By Simo Mysql case sensitive, method, mysql, Name, setup, tableLeave a Comment

MySQL tables and fields

Database import
File storage data, multiple files are placed in a folder for unified management system
Database classification
mysql installation and use
basic operation of database create show use

October 4, 2021By Simo Mysql Field, mysql, tableLeave a Comment

Mysql – Detect lock table (locked by lock table)

Is there a way to detect locked tables in MySQL? I mean the table locked by the LOCK TABLE table WRITE/READ command.

(Please note that readers interested in detecting named locks acquired usi

October 4, 2021By Simo Mysql detection, lock, locking, mysql, tableLeave a Comment

Mysql library, table, record, related operations (1)

Library, table, record, related operations (1) Database configuration # The purpose of unified configuration through the configuration file: unified management of the server (mysqld) and client (cl

October 4, 2021By Simo Mysql Library, mysql, operation, Record, Related, tableLeave a Comment

Remember to deal with the experience of the mysql database

One day, the user table in the production environment suddenly locked the table for no reason. I thought it was just an occasional bug. So the first solution that came to my mind was simple and rud

October 4, 2021By Simo Mysql database, experience, lock, mysql, no reason, once, process, remember, tableLeave a Comment

Posts navigation

Page 1 … Page 3 Page 4 Page 5 … Page 10
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